diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-03-19 16:36:40 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-03-19 16:40:11 +0000 |
commit | 02f305440f29c68b7368c9af9ae689cce6d26d6d (patch) | |
tree | 59fcee9ad9c615b0f0d858ea126267e4fc2948b3 /gcc/config.gcc | |
parent | eadb118e36f9295df0d5787c8a31424d05fde592 (diff) | |
download | gcc-02f305440f29c68b7368c9af9ae689cce6d26d6d.zip gcc-02f305440f29c68b7368c9af9ae689cce6d26d6d.tar.gz gcc-02f305440f29c68b7368c9af9ae689cce6d26d6d.tar.bz2 |
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.
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
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" |