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 /ChangeLog | |
parent | 569c72fc740316fc468b0dab64f2b72ad6dc5fbd (diff) | |
download | gcc-9e3eba15997699303768c9c7b6eee72f8a9ca294.zip gcc-9e3eba15997699303768c9c7b6eee72f8a9ca294.tar.gz gcc-9e3eba15997699303768c9c7b6eee72f8a9ca294.tar.bz2 |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + 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. + 2009-04-21 Taras Glek <tglek@mozilla.com> * include/hashtab.h: Update GTY annotations to new syntax |