From: Ben Pfaff Date: Wed, 4 Apr 2007 00:07:57 +0000 (+0000) Subject: * Smake: Use fpieee module from Gnulib. X-Git-Tag: v0.6.0~503 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=018c7e17f96e0852fc80d0d4ef59df00f3cc8a28 * Smake: Use fpieee module from Gnulib. * configure.ac: Don't enable -mieee. --- diff --git a/ChangeLog b/ChangeLog index f4aa9fa5..08431782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-04-03 Ben Pfaff + + Use Gnulib's fpieee module instead of specifying -mieee by hand. + + * Smake: Use fpieee module from Gnulib. + + * configure.ac: Don't enable -mieee. + 2007-03-19 Ben Pfaff Work toward modernizing the build system by updating our Automake diff --git a/Smake b/Smake index 8956a743..8c068c01 100644 --- a/Smake +++ b/Smake @@ -13,6 +13,7 @@ GNULIB_MODULES = \ c-strtod \ dirname \ exit \ + fpieee \ full-read \ full-write \ gethostname \ diff --git a/configure.ac b/configure.ac index 14436fed..d11f94fb 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,6 @@ AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL PSPP_ENABLE_OPTION(-Wdeclaration-after-statement) -PSPP_ENABLE_OPTION(-mieee) AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )