lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5972] Don't use -m96bit-long-double gcc option in configu


From: Vadim Zeitlin
Subject: [lmi-commits] [5972] Don't use -m96bit-long-double gcc option in configure builds.
Date: Mon, 06 Oct 2014 17:38:03 +0000

Revision: 5972
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5972
Author:   zeitlin
Date:     2014-10-06 17:38:02 +0000 (Mon, 06 Oct 2014)
Log Message:
-----------
Don't use -m96bit-long-double gcc option in configure builds.

This option is seemingly not necessary (any more?) and it results in internal
compiler errors when building using g++ 4.9.1, see

        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63402

Simply remove it as it's not used in the makefile builds neither.

Modified Paths:
--------------
    lmi/trunk/configure.ac

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2014-10-06 17:37:55 UTC (rev 5971)
+++ lmi/trunk/configure.ac      2014-10-06 17:38:02 UTC (rev 5972)
@@ -142,12 +142,6 @@
     AC_CHECK_TOOL([WINDRES], [windres], no)
 fi
 
-dnl Until the ihs_pios.*pp facilities are made portable use explicit flag to 
GCC
-dnl to ensure that sizeof(long double) is 12 bytes for binary compatibility.
-if test "x$GXX" == "xyes"; then
-    CPPFLAGS="$CPPFLAGS -m96bit-long-double"
-fi
-
 dnl add debug option if necessary
 if test "$debug_option" = "yes"; then
     case "$CC" in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]