Remove mips from universe
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D32851
This commit is contained in:
parent
964035c409
commit
322b341d00
6
Makefile
6
Makefile
@ -507,16 +507,13 @@ worlds: .PHONY
|
|||||||
# Don't build rarely used, semi-supported architectures unless requested.
|
# Don't build rarely used, semi-supported architectures unless requested.
|
||||||
#
|
#
|
||||||
.if defined(EXTRA_TARGETS)
|
.if defined(EXTRA_TARGETS)
|
||||||
EXTRA_ARCHES_mips= mipsel mipshf mipselhf mips64el mips64hf mips64elhf
|
|
||||||
EXTRA_ARCHES_mips+= mipsn32
|
|
||||||
# powerpcspe excluded from main list until clang fixed
|
# powerpcspe excluded from main list until clang fixed
|
||||||
EXTRA_ARCHES_powerpc= powerpcspe powerpc64le
|
EXTRA_ARCHES_powerpc= powerpcspe powerpc64le
|
||||||
.endif
|
.endif
|
||||||
TARGETS?=amd64 arm arm64 i386 mips powerpc riscv
|
TARGETS?=amd64 arm arm64 i386 powerpc riscv
|
||||||
_UNIVERSE_TARGETS= ${TARGETS}
|
_UNIVERSE_TARGETS= ${TARGETS}
|
||||||
TARGET_ARCHES_arm?= armv6 armv7
|
TARGET_ARCHES_arm?= armv6 armv7
|
||||||
TARGET_ARCHES_arm64?= aarch64
|
TARGET_ARCHES_arm64?= aarch64
|
||||||
TARGET_ARCHES_mips?= mips mips64 ${EXTRA_ARCHES_mips}
|
|
||||||
TARGET_ARCHES_powerpc?= powerpc powerpc64 ${EXTRA_ARCHES_powerpc}
|
TARGET_ARCHES_powerpc?= powerpc powerpc64 ${EXTRA_ARCHES_powerpc}
|
||||||
TARGET_ARCHES_riscv?= riscv64 riscv64sf
|
TARGET_ARCHES_riscv?= riscv64 riscv64sf
|
||||||
.for target in ${TARGETS}
|
.for target in ${TARGETS}
|
||||||
@ -527,7 +524,6 @@ TARGET_ARCHES_${target}?= ${target}
|
|||||||
TOOLCHAINS_amd64= amd64-gcc6
|
TOOLCHAINS_amd64= amd64-gcc6
|
||||||
TOOLCHAINS_arm64= aarch64-gcc6
|
TOOLCHAINS_arm64= aarch64-gcc6
|
||||||
TOOLCHAINS_i386= i386-gcc6
|
TOOLCHAINS_i386= i386-gcc6
|
||||||
TOOLCHAINS_mips= mips-gcc6
|
|
||||||
TOOLCHAINS_powerpc= powerpc-gcc6 powerpc64-gcc6
|
TOOLCHAINS_powerpc= powerpc-gcc6 powerpc64-gcc6
|
||||||
TOOLCHAIN_powerpc64= powerpc64-gcc6
|
TOOLCHAIN_powerpc64= powerpc64-gcc6
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user