From 1fcb94ed750db2ac30d0f0ecc04fa0c7833dd10f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 18 Sep 2025 16:17:14 +0200 Subject: [PATCH] Remove remnants of Solaris/PowerPC support When removing Solaris/PowerPC support, I missed a couple of references. This patch removes them. Tested with crosses to ppc-unknown-linux-gnu and powerpc-ibm-aix7. 2025-09-17 Rainer Orth * configure.ac : Remove. * configure: Regenerate. bfd: * config.bfd : Remove. gas: * configure.tgt : Remove. --- bfd/config.bfd | 2 +- configure | 4 ---- configure.ac | 4 ---- gas/configure.tgt | 1 - 4 files changed, 1 insertion(+), 10 deletions(-) diff --git a/bfd/config.bfd b/bfd/config.bfd index cc840c43d17..9fa1c51a9a2 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1183,7 +1183,7 @@ case "${targ}" in targ_selvecs="rs6000_xcoff_vec powerpc_elf32_vec powerpc_boot_vec" ;; powerpcle-*-elf* | powerpcle-*-sysv4* | powerpcle-*-eabi* | \ - powerpcle-*-solaris2* | powerpcle-*-linux-* | powerpcle-*-vxworks*) + powerpcle-*-linux-* | powerpcle-*-vxworks*) targ_defvec=powerpc_elf32_le_vec targ_selvecs="rs6000_xcoff_vec powerpc_elf32_vec powerpc_boot_vec" targ64_selvecs="powerpc_elf64_vec powerpc_elf64_le_vec" diff --git a/configure b/configure index bbfb5979546..515d6cc0d89 100755 --- a/configure +++ b/configure @@ -4008,10 +4008,6 @@ case "${target}" in # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; - # This is temporary until we can link against shared libraries - powerpcle-*-solaris*) - noconfigdirs="$noconfigdirs gdb sim tcl tk itcl" - ;; powerpc-*-beos*) noconfigdirs="$noconfigdirs gdb" ;; diff --git a/configure.ac b/configure.ac index f9694cdf901..c2e80901084 100644 --- a/configure.ac +++ b/configure.ac @@ -1230,10 +1230,6 @@ case "${target}" in # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; - # This is temporary until we can link against shared libraries - powerpcle-*-solaris*) - noconfigdirs="$noconfigdirs gdb sim tcl tk itcl" - ;; powerpc-*-beos*) noconfigdirs="$noconfigdirs gdb" ;; diff --git a/gas/configure.tgt b/gas/configure.tgt index 5cf9fb66e89..9300086e95d 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -364,7 +364,6 @@ case ${generic_target} in ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;; ppc-*-haiku*) fmt=elf em=haiku ;; ppc-*-linux-*) fmt=elf em=linux ;; - ppc-*-solaris*) fmt=elf em=solaris ;; ppc-*-macos*) fmt=coff em=macos ;; ppc-*-nto*) fmt=elf ;; ppc-*-kaos*) fmt=elf ;; -- 2.47.3