git: 8d6197929d4e - main - meta: Remove mips support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jan 2022 15:00:52 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8d6197929d4e845b04babb9543b57d292bce3bc4
commit 8d6197929d4e845b04babb9543b57d292bce3bc4
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-01-02 01:05:10 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-01-03 15:00:08 +0000
meta: Remove mips support
Mips is no longer a supported target, remove it.
Sponsored by: Netflix
---
share/mk/local.meta.sys.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/share/mk/local.meta.sys.mk b/share/mk/local.meta.sys.mk
index b590b37a1d65..075a84fb67de 100644
--- a/share/mk/local.meta.sys.mk
+++ b/share/mk/local.meta.sys.mk
@@ -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]}