summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-04-28 17:56:09 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-04-28 17:56:09 +0000
commitef0a0980e9fe85b06c50e9bccba68a7bfc4a8353 (patch)
treea27a45ea3eadf21994ceeb4211835e7b37f2efa2 /Makefile.inc1
parent48be1a63773002144c280b37bbc9dfa88eff7d94 (diff)
downloadFreeBSD-src-ef0a0980e9fe85b06c50e9bccba68a7bfc4a8353.zip
FreeBSD-src-ef0a0980e9fe85b06c50e9bccba68a7bfc4a8353.tar.gz
MFC r316780:
Pass COMPILER_FEATURES down to submakes for installworld.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ee4bd19..da3f3ec 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -133,7 +133,8 @@ TEST_SYSTEM_COMPILER_VARS= \
MK_CROSS_COMPILER MK_CLANG_BOOTSTRAP MK_GCC_BOOTSTRAP \
WANT_COMPILER_TYPE WANT_COMPILER_VERSION WANT_COMPILER_VERSION_FILE \
WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_FREEBSD_VERSION_FILE \
- CC COMPILER_TYPE COMPILER_VERSION COMPILER_FREEBSD_VERSION
+ CC COMPILER_TYPE COMPILER_FEATURES COMPILER_VERSION \
+ COMPILER_FREEBSD_VERSION
test-system-compiler: .PHONY
.for v in ${TEST_SYSTEM_COMPILER_VARS}
${_+_}@printf "%-35s= %s\n" "${v}" "${${v}}"
@@ -151,9 +152,11 @@ test-system-compiler: .PHONY
.if !defined(X_COMPILER_TYPE)
CROSSENV+= COMPILER_VERSION=${COMPILER_VERSION} \
COMPILER_TYPE=${COMPILER_TYPE} \
+ COMPILER_FEATURES=${COMPILER_FEATURES} \
COMPILER_FREEBSD_VERSION=${COMPILER_FREEBSD_VERSION}
.else
CROSSENV+= COMPILER_VERSION=${X_COMPILER_VERSION} \
+ COMPILER_FEATURES=${X_COMPILER_FEATURES} \
COMPILER_TYPE=${X_COMPILER_TYPE} \
COMPILER_FREEBSD_VERSION=${X_COMPILER_FREEBSD_VERSION}
.endif
OpenPOWER on IntegriCloud