+2016-08-15 Eric Botcazou <ebotcazou@adacore.com>
+
+ * doc/install.texi (*-*-solaris2*): Fix version number and document
+ requirement on GNU make for building libjava with the Solaris linker.
+
2016-08-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
Backport from mainline
@c alone is too unspecific and must be avoided.
@anchor{x-x-solaris2}
@heading *-*-solaris2*
-Support for Solaris 9 has been removed in GCC 4.10. Support for Solaris
+Support for Solaris 9 has been removed in GCC 5. Support for Solaris
8 has been removed in GCC 4.8. Support for Solaris 7 has been removed
in GCC 4.6.
plugin (@option{-fuse-linker-plugin}) with GNU @command{ld}, GNU
binutils @emph{must} be configured with @option{--enable-largefile}.
-To enable symbol versioning in @samp{libstdc++} with Sun @command{ld},
+To enable symbol versioning in @samp{libstdc++} with the Sun linker,
you need to have any version of GNU @command{c++filt}, which is part of
GNU binutils. @samp{libstdc++} symbol versioning will be disabled if no
appropriate version is found. Sun @command{c++filt} from the Sun Studio
compilers does @emph{not} work.
+GNU @command{make} version 3.82 or later is required to build libjava
+with the Sun linker.
+
Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
newer: @command{g++} will complain that types are missing. These headers
assume that omitting the type means @code{int}; this assumption worked for