From e919b4cf61b4a9f408f4fa2b78f48a7b26190d17 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 3 Dec 2025 14:57:23 +0100 Subject: [PATCH] Ada: Remove an old Makefile kludge gcc/ada/ PR ada/122960 * gcc-interface/Makefile.in (powerpc64-suse-linux): Remove kludge. --- 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 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 -- 2.47.3