config/arch/powerpc.in
changeset 1181 2e88d85d6ffc
parent 903 9fb0f81b4416
child 1345 27fec561af53
     1.1 --- a/config/arch/powerpc.in	Sun Oct 05 15:32:00 2008 +0000
     1.2 +++ b/config/arch/powerpc.in	Sat Jan 31 17:39:35 2009 +0000
     1.3 @@ -8,18 +8,3 @@
     1.4        The PowerPC architecture, as defined by:
     1.5          http://www.ibm.com/developerworks/eserver/articles/archguide.html
     1.6  
     1.7 -config ARCH_POWERPC_SPE
     1.8 -    bool
     1.9 -    prompt "Enable SPE support"
    1.10 -    default n
    1.11 -    help
    1.12 -      Add support for the Signal Processing Engine.  This will set up
    1.13 -      the toolchain so that it supports the SPE ABI extensions. This
    1.14 -      mainly targets Freescale e500 processors.
    1.15 -
    1.16 -      Setting this option will append "spe" to the end of your target
    1.17 -      tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc
    1.18 -      configure/build system will know to include SPE ABI support.
    1.19 -      It will also automatically add "-mabi=spe -mspe" to your
    1.20 -      TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG,
    1.21 -      so you do not need to explicitly add them.