Fix incorrect logic in r301394.
Reported by: Mark Millard
This commit is contained in:
parent
b68268948f
commit
8896aa3a4d
@ -129,7 +129,7 @@ MK_GCC_BOOTSTRAP= no
|
|||||||
# passed along rather than trying to run cc from the restricted
|
# passed along rather than trying to run cc from the restricted
|
||||||
# STRICTTMPPATH.
|
# STRICTTMPPATH.
|
||||||
.if ${MK_CLANG_BOOTSTRAP} == "no" && ${MK_GCC_BOOTSTRAP} == "no"
|
.if ${MK_CLANG_BOOTSTRAP} == "no" && ${MK_GCC_BOOTSTRAP} == "no"
|
||||||
.if defined(X_COMPILER_TYPE)
|
.if !defined(X_COMPILER_TYPE)
|
||||||
CROSSENV+= COMPILER_VERSION=${COMPILER_VERSION} \
|
CROSSENV+= COMPILER_VERSION=${COMPILER_VERSION} \
|
||||||
COMPILER_TYPE=${COMPILER_TYPE} \
|
COMPILER_TYPE=${COMPILER_TYPE} \
|
||||||
COMPILER_FREEBSD_VERSION=${COMPILER_FREEBSD_VERSION}
|
COMPILER_FREEBSD_VERSION=${COMPILER_FREEBSD_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user