mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
configure.in: Restore CFLAGS if GM P isn't present.
* configure.in: Restore CFLAGS if GM P isn't present. * configure: Regenerate. From-SVN: r113444
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-05-01 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* configure.in: Restore CFLAGS if GM P isn't present.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-05-01 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -2354,8 +2354,8 @@ else
|
||||
fi
|
||||
rm -f conftest*
|
||||
LIBS="$saved_LIBS"
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
fi
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
|
||||
# Flags needed for both GMP and/or MPFR
|
||||
|
||||
|
||||
@@ -1142,8 +1142,8 @@ if test x"$have_gmp" = xyes; then
|
||||
#include <mpfr.h>], [mpfr_t n; mpfr_init(n);],
|
||||
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
|
||||
LIBS="$saved_LIBS"
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
fi
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
|
||||
# Flags needed for both GMP and/or MPFR
|
||||
AC_SUBST(gmplibs)
|
||||
|
||||
Reference in New Issue
Block a user