https://gcc.gnu.org/g:e919b4cf61b4a9f408f4fa2b78f48a7b26190d17
commit r16-5865-ge919b4cf61b4a9f408f4fa2b78f48a7b26190d17 Author: Eric Botcazou <[email protected]> Date: Wed Dec 3 14:57:23 2025 +0100 Ada: Remove an old Makefile kludge gcc/ada/ PR ada/122960 * gcc-interface/Makefile.in (powerpc64-suse-linux): Remove kludge. Diff: --- gcc/ada/gcc-interface/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 964a4d1b4491..f37893e93fee 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
