This removes an old kludge. Tested by Andreas, applied on the mainline.
2025-12-03 Eric Botcazou <[email protected]>
PR ada/122960
* gcc-interface/Makefile.in (powerpc64-suse-linux): Remove kludge.
--
Eric Botcazoudiff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index 964a4d1b449..f37893e93fe 100644
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -358,11 +358,6 @@ ifeq ($(strip $(filter-out x86_64 linux-gnux32%, $(target_cpu) $(target_os))),)
endif
endif
-# The SuSE PowerPC64/Linux compiler is actually a 32-bit PowerPC compiler
-ifeq ($(strip $(filter-out powerpc64 suse linux%, $(target_cpu) $(target_vendor) $(target_os))),)
- target_cpu:=powerpc
-endif
-
# Configuration of host tools
# Under linux, host tools need to be linked with -ldl