yann@520: # powerpc specific configuration file yann@628: yann@1634: config ARCH_POWERPC_SPE yann@1634: bool yann@1634: prompt "Enable SPE support" yann@1634: default n yann@1634: help yann@1634: Add support for the Signal Processing Engine. This will set up yann@1634: the toolchain so that it supports the SPE ABI extensions. This yann@1634: mainly targets Freescale e500 processors. yann@1634: yann@1634: Setting this option will append "spe" to the end of your target yann@1634: tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc yann@1634: configure/build system will know to include SPE ABI support. yann@1634: It will also automatically add "-mabi=spe -mspe" to your yann@1634: TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG, yann@1634: so you do not need to explicitly add them.