]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Remove an old Makefile kludge
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 3 Dec 2025 13:57:23 +0000 (14:57 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Wed, 3 Dec 2025 14:00:20 +0000 (15:00 +0100)
gcc/ada/
PR ada/122960
* gcc-interface/Makefile.in (powerpc64-suse-linux): Remove kludge.

gcc/ada/gcc-interface/Makefile.in

index 964a4d1b44919261379430254b8db0bf68085824..f37893e93feedf1ec1cd606ea005385e9a6112a3 100644 (file)
@@ -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