From: Eric Botcazou Date: Wed, 3 Dec 2025 13:57:23 +0000 (+0100) Subject: Ada: Remove an old Makefile kludge X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e919b4cf61b4a9f408f4fa2b78f48a7b26190d17;p=thirdparty%2Fgcc.git Ada: Remove an old Makefile kludge gcc/ada/ PR ada/122960 * gcc-interface/Makefile.in (powerpc64-suse-linux): Remove kludge. --- 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