config/arch/powerpc-powerpc64.in-common
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 20:55:15 2009 +0000 (2009-05-13)
changeset 1337 7f742f73c2d1
permissions -rw-r--r--
Merge the /deve/uclinux branch back to /trunk:
- add support for uClinux, the MMU-less ports of Linux.

-------- diffstat follows --------
/trunk/scripts/build/kernel/linux.sh | 100 1 99 0 ---------------
/trunk/steps.mk | 1 1 0 0 +
/trunk/config/kernel/linux.in | 247 0 247 0 -------------------------------------
/trunk/config/kernel.in | 2 1 1 0
/trunk/config/libc/glibc.in | 2 1 1 0
/trunk/config/libc/eglibc.in | 2 1 1 0
/trunk/config/libc/glibc-eglibc.in-common | 5 5 0 0 +
/trunk/config/config.in | 1 1 0 0 +
8 files changed, 11 insertions(+), 349 deletions(-)
     1 # powerpc and powerpc64 common options
     2 
     3 if ARCH_powerpc || ARCH_powerpc64
     4 
     5 config ARCH_POWERPC_SPE
     6     bool
     7     prompt "Enable SPE support"
     8     default n
     9     help
    10       Add support for the Signal Processing Engine.  This will set up
    11       the toolchain so that it supports the SPE ABI extensions. This
    12       mainly targets Freescale e500 processors.
    13 
    14       Setting this option will append "spe" to the end of your target
    15       tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc
    16       configure/build system will know to include SPE ABI support.
    17       It will also automatically add "-mabi=spe -mspe" to your
    18       TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG,
    19       so you do not need to explicitly add them.
    20 
    21 endif # ARCH_powerpc || ARCH_powerpc64