Split KNOWN_ARCHES so we have one per line to simplify merging future
architectures.
This commit is contained in:
parent
695be8b931
commit
c492eb76dd
@ -172,10 +172,24 @@ VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE
|
|||||||
.export VERSION
|
.export VERSION
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
KNOWN_ARCHES?= aarch64/arm64 amd64 arm armeb/arm armv6/arm armv6hf/arm \
|
KNOWN_ARCHES?= aarch64/arm64 \
|
||||||
i386 i386/pc98 mips mipsel/mips mips64el/mips mips64/mips \
|
amd64 \
|
||||||
mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc \
|
arm \
|
||||||
riscv64/riscv sparc64
|
armeb/arm \
|
||||||
|
armv6/arm \
|
||||||
|
armv6hf/arm \
|
||||||
|
i386 \
|
||||||
|
i386/pc98 \
|
||||||
|
mips \
|
||||||
|
mipsel/mips \
|
||||||
|
mips64el/mips \
|
||||||
|
mips64/mips \
|
||||||
|
mipsn32el/mips \
|
||||||
|
mipsn32/mips \
|
||||||
|
powerpc \
|
||||||
|
powerpc64/powerpc \
|
||||||
|
riscv64/riscv \
|
||||||
|
sparc64
|
||||||
|
|
||||||
.if ${TARGET} == ${TARGET_ARCH}
|
.if ${TARGET} == ${TARGET_ARCH}
|
||||||
_t= ${TARGET}
|
_t= ${TARGET}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user