config/arch/powerpc-powerpc64.in-common
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 03 21:10:15 2009 +0000 (2009-05-03)
changeset 1318 5416f4ba36bf
permissions -rw-r--r--
Prepare for gcc-4.4:
- add 'companion_libs/' to hold all libraries needed to build gcc-4.3+ and gcc-4.4+
- move GMP & MPFR to 'companion_libs/'

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