]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/44455 (GCC fails to build if MPFR 3.0.0 (Release Candidate) is used)
authorMarc Glisse <marc.glisse@normalesup.org>
Fri, 23 Jul 2010 19:35:24 +0000 (19:35 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 23 Jul 2010 19:35:24 +0000 (19:35 +0000)
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

ChangeLog
configure
configure.ac

index d7718163dcb7eba728f3374d26dc71ed76a4cd92..33e8b0286e5390797c77e8693b14f81fe1c5d400 100644 (file)
--- 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.
index 8edfde3da4d753dd410214c5e75f5b53b91b9f3d..aa380ffab3974da3a55a3d0704fba5fa8d59b764 100755 (executable)
--- 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
index f78c5273084a06aa9299d8431b6745363815229e..5f93c5fc8d2ba90a51c789c6e84a43188666d45c 100644 (file)
@@ -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