From 02f305440f29c68b7368c9af9ae689cce6d26d6d Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Fri, 19 Mar 2021 16:36:40 +0000 Subject: [PATCH] Darwin : Fix build failure for powerpc-darwin8 [PR99661]. A hunk had been missed from r11-6417, fixed thus: gcc/ChangeLog: PR target/99661 * config.gcc (powerpc-*-darwin8): Delete the reference to the now removed darwin8.h. --- gcc/config.gcc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 3ec7582..9cecc14 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2878,7 +2878,6 @@ powerpc-*-darwin*) *-darwin8*) tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch" tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h" - tm_file="${tm_file} ${cpu_type}/darwin8.h" ;; *-darwin7*) tm_file="${tm_file} ${cpu_type}/darwin7.h" -- 2.7.4