arch/powerpc/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 13 06:39:21 2008 +0000 (2008-08-13)
changeset 797 daf76d925dfe
parent 631 2761b358f9e6
child 815 6236ce3be104
permissions -rw-r--r--
Don't do debug in this ARM sample.

/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 15 9 6 0 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
     1 # powerpc specific configuration file
     2 
     3 config ARCH_powerpc
     4     select ARCH_SUPPORT_ABI
     5     select ARCH_SUPPORT_CPU
     6     select ARCH_SUPPORT_TUNE
     7     help
     8       The PowerPC architecture, as defined by:
     9         http://www.ibm.com/developerworks/eserver/articles/archguide.html
    10 
    11 config ARCH_POWERPC_SPE
    12     bool
    13     prompt "Enable SPE support (EXPERIMENTAL)"
    14     depends on EXPERIMENTAL
    15     default n
    16     help
    17       Add support for the Signal Processing Engine.