config/arch/powerpc.in.2
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 10 00:00:58 2011 +0200 (2011-10-10)
branch1.12
changeset 2710 7ff8acac5142
parent 2467 200836977ce6
child 2675 7c288c777455
permissions -rw-r--r--
complibs/cloog: catch autogen.sh's output

Run autogen.sh through CT_DoExecLog to catch its output.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from fcf5c43cf30f11366d4fe16ee19d6c2143985c62)
yann@520
     1
# powerpc specific configuration file
yann@628
     2
yann@1634
     3
config ARCH_POWERPC_SPE
yann@1634
     4
    bool
yann@1634
     5
    prompt "Enable SPE support"
yann@1634
     6
    help
yann@1634
     7
      Add support for the Signal Processing Engine.  This will set up
yann@1634
     8
      the toolchain so that it supports the SPE ABI extensions. This
yann@1634
     9
      mainly targets Freescale e500 processors.
yann@1634
    10
      
yann@1634
    11
      Setting this option will append "spe" to the end of your target
yann@1634
    12
      tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc
yann@2467
    13
      configure/build system will know to include SPE ABI support. It
yann@2467
    14
      will also automatically add "-mabi=spe -mspe" to your TARGET_CFLAGS,
yann@2467
    15
      and "--enable-e500_double" to your CC_EXTRA_CONFIG_ARRAY, so you
yann@2467
    16
      do not need to explicitly add them.