Support for Solaris 8 and 9 has long been removed from GCC:
* Solaris 8 support in GCC 4.8 (2013)
* Solaris 9 support in GCC 5 (2015)
so it's time to obsolete anything before Solaris 10 in binutils, too.
Both wouldn't even build since binutils 2.41.
Tested on both i386-pc-solaris2.8 (with and without --enable-obsolete)
and i386-pc-solaris2.11.
2025-11-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
bfd:
* config.bfd <*-*-solaris2.[0-9]*>: Obsolete.
# Catch obsolete configurations.
case $targ in
+ *-*-solaris2.1[01]*)
+ # Only Solaris 10+ is not obsolete.
+ ;;
+ *-*-solaris2.[0-9]* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2