diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index ef76f7dd..4a7a7a2b 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -3,12 +3,12 @@ CT_ARCH_POWERPC=y CT_ARCH_CPU="8548" CT_ARCH_powerpc_ABI_SPE=y CT_ARCH_FLOAT_SW=y -CT_TARGET_CFLAGS="-mfloat-gprs=double -Wa,-me500x2" +CT_TARGET_CFLAGS="-Wa,-me500" CT_TARGET_VENDOR="e500v2" CT_KERNEL_LINUX=y -CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2" -CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-e500_double" -CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-e500_double" +CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes" +CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-e500-double" +CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-e500-double" # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set CT_CC_GCC_LDBL_128=y CT_CC_LANG_CXX=y |