diff mbox series

[pushed] Darwin : Fix build failure for powerpc-darwin8 [PR99661].

Message ID C7E40EBD-4CC9-4F09-862D-08DAC2BA58F8@sandoe.co.uk
State New
Headers show
Series [pushed] Darwin : Fix build failure for powerpc-darwin8 [PR99661]. | expand

Commit Message

Iain Sandoe March 19, 2021, 4:52 p.m. UTC
Hi,

Seems I fluffed a merge or rebase ..

A hunk had been missed from r11-6417, fixed thus:

tested with a complete cross from x86_64-darwin16 -> powerpc-darwin8
and a host only build on x86_64-linux-gnu.

pushed to master,
thanks
Iain

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 mbox series

Patch

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"