]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Obsolete support for Solaris < 10
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 27 Nov 2025 11:47:00 +0000 (12:47 +0100)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 27 Nov 2025 11:47:00 +0000 (12:47 +0100)
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.

bfd/config.bfd

index 1cf11bc3c4163941ad599069e5b2e452450998ca..7343f7cb367ebc7aaf04acab2eaf5f68120ee245 100644 (file)
@@ -48,6 +48,10 @@ targ_underscore=no
 
 # 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