diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-08-16 12:43:12 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-08-16 12:43:12 +0000 |
commit | edd1a1cb736d0b32396633f2ff45de46a33efb74 (patch) | |
tree | ee01369389425982f4b115fafd1832c0be7024d3 /gcc | |
parent | beab2da675f6b35f261466d8f1340fdf78c46826 (diff) | |
download | gcc-edd1a1cb736d0b32396633f2ff45de46a33efb74.zip gcc-edd1a1cb736d0b32396633f2ff45de46a33efb74.tar.gz gcc-edd1a1cb736d0b32396633f2ff45de46a33efb74.tar.bz2 |
* doc/install.texi (*-*-solaris2*): Adjust latest change.
From-SVN: r239499
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18a191f..93a12f3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-16 Eric Botcazou <ebotcazou@adacore.com> + + * doc/install.texi (*-*-solaris2*): Adjust latest change. + 2016-08-16 Richard Biener <rguenther@suse.de> PR tree-optimization/76783 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6e8c381..f3eddaf 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4589,7 +4589,7 @@ GNU binutils. @samp{libstdc++} symbol versioning will be disabled if no appropriate version is found. Solaris @command{c++filt} from the Solaris Studio compilers does @emph{not} work. -GNU @command{make} version 3.82 or later is required to build libjava +GNU @command{make} version 3.81 or later is required to build libjava with the Solaris linker. Sun bug 4927647 sometimes causes random spurious testsuite failures |