summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-10-15 23:39:13 (GMT)
committerAlexey Neyman <stilor@att.net>2015-10-16 00:34:26 (GMT)
commit5211d68d082f6a21ea7e01149083d6b0ea505cf8 (patch)
tree52a452757f35e3c1845c7c9736eff2db0a616310 /samples
parent7b3821450a0921799b86880921ee91802e80fbf9 (diff)
Use dedicated option for 128-bit long double.
Diffstat (limited to 'samples')
-rw-r--r--samples/powerpc-e500v2-linux-gnuspe/crosstool.config5
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 1507fab..a57dae9 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