diff options
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/powerpc.in.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/arch/powerpc.in.2 b/config/arch/powerpc.in.2 index 1c44f518..292bca5b 100644 --- a/config/arch/powerpc.in.2 +++ b/config/arch/powerpc.in.2 @@ -11,7 +11,7 @@ config ARCH_POWERPC_SPE Setting this option will append "spe" to the end of your target tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc - configure/build system will know to include SPE ABI support. - It will also automatically add "-mabi=spe -mspe" to your - TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG, - so you do not need to explicitly add them. + configure/build system will know to include SPE ABI support. It + will also automatically add "-mabi=spe -mspe" to your TARGET_CFLAGS, + and "--enable-e500_double" to your CC_EXTRA_CONFIG_ARRAY, so you + do not need to explicitly add them. |