aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@normalesup.org>2010-07-23 19:35:24 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-07-23 19:35:24 +0000
commit9183bdcf817721420abd4a68de2b6e933347237c (patch)
treeab1cb1ea212a678c60a4f113e6e289742e6e79fd
parentaff08b126b009b28739e609f161e598de4caa44a (diff)
downloadgcc-9183bdcf817721420abd4a68de2b6e933347237c.zip
gcc-9183bdcf817721420abd4a68de2b6e933347237c.tar.gz
gcc-9183bdcf817721420abd4a68de2b6e933347237c.tar.bz2
re PR bootstrap/44455 (GCC fails to build if MPFR 3.0.0 (Release Candidate) is used)
2010-07-23 Marc Glisse <marc.glisse@normalesup.org> PR bootstrap/44455 * configure.ac (extra_mpfr_configure_flags): Copy from extra_mpc_gmp_configure_flags. * configure: Re-generated. From-SVN: r162482
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d771816..33e8b02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
+
+ PR bootstrap/44455
+ * configure.ac (extra_mpfr_configure_flags): Copy from
+ extra_mpc_gmp_configure_flags.
+ * configure: Re-generated.
+
2010-07-22 Andi Kleen <ak@linux.intel.com>
* MAINTAINERS (Write After Approval): Add myself.
diff --git a/configure b/configure
index 8edfde3..aa380ff 100755
--- a/configure
+++ b/configure
@@ -5478,7 +5478,7 @@ fi
if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
- extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
+ extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
# Do not test the gmp version. Assume that it is sufficient, since
# it is in the source tree, and the library has not been built yet
diff --git a/configure.ac b/configure.ac
index f78c527..5f93c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1354,7 +1354,7 @@ fi
if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
- extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
+ extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
# Do not test the gmp version. Assume that it is sufficient, since
# it is in the source tree, and the library has not been built yet