diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-07-16 07:57:11 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-07-16 05:57:11 +0000 |
commit | bb2ffd7fc90eee3d032e8d3ee434b98e3591dfbd (patch) | |
tree | be4187fa9e98c7f5a162b6143a45fedefd3cc0b5 /gcc | |
parent | a3bf161fb525cb6a7b3cd1b0acb59b8fafb3be10 (diff) | |
download | gcc-bb2ffd7fc90eee3d032e8d3ee434b98e3591dfbd.zip gcc-bb2ffd7fc90eee3d032e8d3ee434b98e3591dfbd.tar.gz gcc-bb2ffd7fc90eee3d032e8d3ee434b98e3591dfbd.tar.bz2 |
invoke.texi (sparc-sun-solaris2*): Add GMP version number.
* doc/invoke.texi (sparc-sun-solaris2*): Add GMP version number.
From-SVN: r115492
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02ceb92..e61ed42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-16 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/invoke.texi (sparc-sun-solaris2*): Add GMP version number. + 2006-07-15 Roger Sayle <roger@eyesopen.com> * tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 658c072..fa15835 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3832,9 +3832,9 @@ ld: warning: relocation error: R_SPARC_UA32: @dots{} To work around this problem, compile with @option{-gstabs+} instead of plain @option{-g}. -When configuring the GNU Multiple Precision Library (GMP) on a Solaris 7 -or later system, the canonical target triplet must be specified as the -@command{build} parameter on the configure line: +When configuring the GNU Multiple Precision Library (GMP) version 4.1.x +on a Solaris 7 or later system, the canonical target triplet must be +specified as the @command{build} parameter on the configure line: @smallexample ./configure --build=sparc-sun-solaris2.7 --prefix=xxx --enable-mpfr |