mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.
This commit is contained in:
parent
8f8f1db12f
commit
928b07db34
@ -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-04-18 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* configure.in (m32c): Build libstdc++-v3. Pass flags to
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2360,8 +2360,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user