diff options
author | Alexey Neyman <stilor@att.net> | 2015-10-15 16:39:13 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-15 17:34:26 -0700 |
commit | 5211d68d082f6a21ea7e01149083d6b0ea505cf8 (patch) | |
tree | 52a452757f35e3c1845c7c9736eff2db0a616310 /samples | |
parent | 7b3821450a0921799b86880921ee91802e80fbf9 (diff) | |
download | crosstool-ng-5211d68d082f6a21ea7e01149083d6b0ea505cf8.tar.gz crosstool-ng-5211d68d082f6a21ea7e01149083d6b0ea505cf8.tar.bz2 crosstool-ng-5211d68d082f6a21ea7e01149083d6b0ea505cf8.zip |
Use dedicated option for 128-bit long double.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index 1507fab7..a57dae97 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -10,9 +10,10 @@ CT_TARGET_VENDOR="e500v2" CT_KERNEL_linux=y CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2" CT_CC_GCC_SHOW_LINARO=y -CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-long-double-128 --enable-e500_double" -CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-long-double-128 --enable-e500_double" +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 CT_DEBUG_gdb=y # CT_GDB_CROSS_PYTHON is not set |