arch/powerpc/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 26 21:49:36 2008 +0000 (2008-05-26)
changeset 539 c538627f69f1
child 792 da7a34dfa178
permissions -rw-r--r--
Rework dumping the samples.

/trunk/scripts/showSamples.sh | 1 0 1 0 -
/trunk/samples/samples.mk | 10 7 3 0 +++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
     1 # Compute powerpc-specific values
     2 
     3 CT_DoArchValues () {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}"
     6 
     7     # The kernel ARCH:
     8     CT_KERNEL_ARCH=powerpc
     9 }