diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2016-05-02 15:23:20 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2016-05-02 15:23:20 +0000 |
commit | 00f357941db820bb038818b698d782d7b58f5432 (patch) | |
tree | f2db4db5aa9772f25a4902dc36526d362d6605ab /gcc | |
parent | 72407e00fd86e794aa5f0cb36523e43798ad35f8 (diff) | |
download | gcc-00f357941db820bb038818b698d782d7b58f5432.zip gcc-00f357941db820bb038818b698d782d7b58f5432.tar.gz gcc-00f357941db820bb038818b698d782d7b58f5432.tar.bz2 |
configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
* configure: Regenerated.
* Makefile.def (gmp): Explicitly disable assembler.
(mpfr): Adjust lib_path.
(mpc): Likewise.
* Makefile.in: Regenerated.
gcc/
2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
contrib/
2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* download_prerequisites: Adjust gmp/mpfr/mpc versions.
From-SVN: r235763
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 435a962..c979a06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions. + 2016-05-02 Marc Glisse <marc.glisse@inria.fr> * match.pd (X u< X, X u> X): New transformations. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e1ca26c..373e82d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -362,6 +362,8 @@ together with GCC. Alternatively, if GMP is already installed but it is not in your library search path, you will have to configure with the @option{--with-gmp} configure option. See also @option{--with-gmp-lib} and @option{--with-gmp-include}. +The in-tree build is only supported with the GMP version that +download_prerequisites installs. @item MPFR Library version 2.4.2 (or later) @@ -372,6 +374,8 @@ built together with GCC. Alternatively, if MPFR is already installed but it is not in your default library search path, the @option{--with-mpfr} configure option should be used. See also @option{--with-mpfr-lib} and @option{--with-mpfr-include}. +The in-tree build is only supported with the MPFR version that +download_prerequisites installs. @item MPC Library version 0.8.1 (or later) @@ -382,6 +386,8 @@ will be built together with GCC. Alternatively, if MPC is already installed but it is not in your default library search path, the @option{--with-mpc} configure option should be used. See also @option{--with-mpc-lib} and @option{--with-mpc-include}. +The in-tree build is only supported with the MPC version that +download_prerequisites installs. @item isl Library version 0.16, 0.15, or 0.14. |