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
f11e51a920
commit
9117dffc3c
@ -183,7 +183,7 @@ CROSS_BINUTILS_PREFIX?=${CROSS_TOOLCHAIN_PREFIX}
|
||||
# support the target architecture), provide a default cross-binutils prefix.
|
||||
# This allows riscv64 builds, for example, to automatically use the
|
||||
# riscv64-binutils port or package.
|
||||
.if !make(showconfig)
|
||||
.if !make(showconfig) && !defined(_NO_INCLUDE_COMPILERMK)
|
||||
.if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \
|
||||
${MK_LLD_BOOTSTRAP} == "no" && \
|
||||
!defined(CROSS_BINUTILS_PREFIX)
|
||||
|
Loading…
Reference in New Issue
Block a user