summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-11-10 16:08:21 +0000
committerdim <dim@FreeBSD.org>2012-11-10 16:08:21 +0000
commite77276ee754f72b5918af6df35b6e6be279908b2 (patch)
treedf3f5de91429e4b8610afca9a37a8043068baa54 /Makefile.inc1
parent236a248a4ac1d505de79450b3a76143776b27716 (diff)
downloadFreeBSD-src-e77276ee754f72b5918af6df35b6e6be279908b2.zip
FreeBSD-src-e77276ee754f72b5918af6df35b6e6be279908b2.tar.gz
Work around pc98 tinderbox failures in sys/boot/pc98, by making sure a
cross gcc gets built during the cross-tools stage. MFC after: 1 week X-MFC-With: 242706
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 81bb6bc..4273ecb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1138,7 +1138,7 @@ _aicasm= sys/modules/aic7xxx/aicasm
_share= share/syscons/scrnmaps
.endif
-.if ${MK_GCC} != "no" && ${MK_CLANG_IS_CC} == "no"
+.if ${MK_GCC} != "no" && (${MK_CLANG_IS_CC} == "no" || ${TARGET} == "pc98")
_gcc_tools= gnu/usr.bin/cc/cc_tools
.endif
@@ -1200,7 +1200,7 @@ _clang= usr.bin/clang
_clang_libs= lib/clang
.endif
-.if ${MK_GCC} != "no" && ${MK_CLANG_IS_CC} == "no"
+.if ${MK_GCC} != "no" && (${MK_CLANG_IS_CC} == "no" || ${TARGET} == "pc98")
_cc= gnu/usr.bin/cc
.endif
OpenPOWER on IntegriCloud