aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 02:52:36 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 02:52:36 +0000
commit337698b78dc673c004b07527a39733f7bef53413 (patch)
tree247fff21f0b0385dd0f20729bf73f0fe9f48695a /Makefile.inc1
parent10e0d93811238496e53f50df9676188aea8c40dc (diff)
downloadsrc-337698b78dc673c004b07527a39733f7bef53413.tar.gz
src-337698b78dc673c004b07527a39733f7bef53413.zip
native-xtools: Allow SYSTEM_COMPILER to be used after r325001.
Now that a proper sysroot is used and a separate target list, it should be safe to skip building the initial cross-compiler. X-MFC-With: r325001 MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325202
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 516e84359559..e4edc50c67ee 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -133,7 +133,7 @@ WANT_COMPILER_VERSION!= \
# TARGET_ARCH!=MACHINE_ARCH.
.if ${MK_SYSTEM_COMPILER} == "yes" && \
(${MK_CLANG_BOOTSTRAP} == "yes" || ${MK_GCC_BOOTSTRAP} == "yes") && \
- !make(showconfig) && !make(native-xtools) && !make(xdev*) && \
+ !make(showconfig) && !make(xdev*) && \
${WANT_COMPILER_TYPE} == ${COMPILER_TYPE} && \
(${COMPILER_TYPE} == "clang" || ${TARGET_ARCH} == ${MACHINE_ARCH}) && \
${COMPILER_VERSION} == ${WANT_COMPILER_VERSION} && \