meta: Remove mips support

Mips is no longer a supported target, remove it.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-01-01 18:05:10 -07:00
parent 9b93d7589a
commit 8d6197929d

View File

@ -16,7 +16,6 @@ MK_INSTALL_AS_USER= yes
# from src/Makefile (for universe)
TARGET_ARCHES_arm?= arm armv6 armv7
TARGET_ARCHES_arm64?= aarch64
TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32 mipsn32el
TARGET_ARCHES_powerpc?= powerpc powerpc64 powerpc64le powerpcspe
TARGET_ARCHES_riscv?= riscv64 riscv64sf
@ -25,7 +24,7 @@ BOOT_MACHINE_DIR.amd64 = boot/i386
MACHINE_ARCH.host = ${_HOST_ARCH}
# the list of machines we support
ALL_MACHINE_LIST?= amd64 arm arm64 i386 mips powerpc riscv
ALL_MACHINE_LIST?= amd64 arm arm64 i386 powerpc riscv
.for m in ${ALL_MACHINE_LIST:O:u}
MACHINE_ARCH_LIST.$m?= ${TARGET_ARCHES_${m}:U$m}
MACHINE_ARCH.$m?= ${MACHINE_ARCH_LIST.$m:[1]}