Avoid binutils test in cleandir/obj stages
Further to r339946 skip the .error case for lack of in-tree binutils support when we haven't set the toolchain feature variables. Discussed with: arichardson Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e16e5ce2ac
commit
c713c73686
@ -183,7 +183,7 @@ CROSS_BINUTILS_PREFIX?=${CROSS_TOOLCHAIN_PREFIX}
|
|||||||
# support the target architecture), provide a default cross-binutils prefix.
|
# support the target architecture), provide a default cross-binutils prefix.
|
||||||
# This allows riscv64 builds, for example, to automatically use the
|
# This allows riscv64 builds, for example, to automatically use the
|
||||||
# riscv64-binutils port or package.
|
# riscv64-binutils port or package.
|
||||||
.if !make(showconfig)
|
.if !make(showconfig) && !defined(_NO_INCLUDE_COMPILERMK)
|
||||||
.if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \
|
.if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \
|
||||||
${MK_LLD_BOOTSTRAP} == "no" && \
|
${MK_LLD_BOOTSTRAP} == "no" && \
|
||||||
!defined(CROSS_BINUTILS_PREFIX)
|
!defined(CROSS_BINUTILS_PREFIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user