Darwin : Fix build failure for powerpc-darwin8 [PR99661].
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 19 Mar 2021 16:36:40 +0000 (16:36 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 19 Mar 2021 16:40:11 +0000 (16:40 +0000)
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

index 3ec7582..9cecc14 100644 (file)
@@ -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"