summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 21:58:08 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 21:58:08 -0500
commitb5e6d0a679ec3f80cae781c93fe7d728dd53b58e (patch)
treeb0e2f0fd030f792733c1ebf705c2b95f3e0e70bd /set_soenv.in
parentgit ignore workdir and clean it on make clea (diff)
downloadcore-b5e6d0a679ec3f80cae781c93fe7d728dd53b58e.tar.gz
core-b5e6d0a679ec3f80cae781c93fe7d728dd53b58e.zip
make -Wno-long-double usage conditional to gcc supporting it
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 9a764dcef3d5..f2c47f34bfae 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1819,6 +1819,7 @@ ToFile( "ALIGNOF_SHORT", "@ALIGNOF_SHORT@", "e" );
ToFile( "ALIGNOF_INT", "@ALIGNOF_INT@", "e" );
ToFile( "ALIGNOF_LONG", "@ALIGNOF_LONG@", "e" );
ToFile( "ALIGNOF_DOUBLE", "@ALIGNOF_DOUBLE@", "e" );
+ToFile( "HAVE_GCC_NO_LONG_DOUBLE", "@HAVE_GCC_NO_LONG_DOUBLE@", "e" );
ToFile( "HAVE_GCC_VISIBILITY_FEATURE",
"@HAVE_GCC_VISIBILITY_FEATURE@", "e" );
ToFile( "HAVE_GCC_VISIBILITY_BROKEN",