diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2009-04-25 03:24:17 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2009-04-25 03:24:17 +0000 |
commit | 9e3eba15997699303768c9c7b6eee72f8a9ca294 (patch) | |
tree | fd56186e7966d8794ec9eca62bda22b371218f53 /Makefile.def | |
parent | 569c72fc740316fc468b0dab64f2b72ad6dc5fbd (diff) | |
download | gcc-9e3eba15997699303768c9c7b6eee72f8a9ca294.tar.gz |
re PR bootstrap/39739 (Bootstrapping with in-tree mpfr-2.4.1 and --with-gmp=... errors)
PR bootstrap/39739
* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
* configure, Makefile.in: Regenerate.
From-SVN: r146754
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index d74e78ab7ef..ceee5558d09 100644 --- a/Makefile.def +++ b/Makefile.def @@ -65,7 +65,7 @@ host_modules= { module= gmp; lib_path=.libs; bootstrap=true; host="none-${host_vendor}-${host_os}"; target="none-${host_vendor}-${host_os}"; }; host_modules= { module= mpfr; lib_path=.libs; bootstrap=true; - extra_configure_flags='--disable-shared --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'; + extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@'; no_install= true; host="none-${host_vendor}-${host_os}"; target="none-${host_vendor}-${host_os}"; }; |