https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.0 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org Last reconfirmed| |2021-03-19 Ever confirmed|0 |1 --- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> --- testing (the headers were obsoleted and removed, I missed this hunk) : diff --git a/gcc/config.gcc b/gcc/config.gcc index 3ec7582f5dd..9cecc140c83 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"