From: Iain Sandoe Date: Fri, 19 Mar 2021 16:36:40 +0000 (+0000) Subject: Darwin : Fix build failure for powerpc-darwin8 [PR99661]. X-Git-Tag: upstream/12.2.0~9215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02f305440f29c68b7368c9af9ae689cce6d26d6d;p=platform%2Fupstream%2Fgcc.git 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. --- 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"