aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-01-02 01:10:21 +0000
committerWarner Losh <imp@FreeBSD.org>2022-01-03 15:00:09 +0000
commit577075538cef43e28f0f676c8d9c5b1222a93965 (patch)
tree06bebad413ae585fe36cafe56868d9d14c0f7dc3
parent69ee64c1c23dfffd46077c474981a68ecc264182 (diff)
downloadsrc-577075538cef43e28f0f676c8d9c5b1222a93965.tar.gz
src-577075538cef43e28f0f676c8d9c5b1222a93965.zip
bsd.endian.mk: Remove mips
Remove the enumeration of the big vs little endian platform names. Sponsored by: Netflix
-rw-r--r--share/mk/bsd.endian.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/share/mk/bsd.endian.mk b/share/mk/bsd.endian.mk
index 667ee174c184..d77cb709e111 100644
--- a/share/mk/bsd.endian.mk
+++ b/share/mk/bsd.endian.mk
@@ -5,16 +5,14 @@
${MACHINE_ARCH} == "i386" || \
(${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} == "") || \
${MACHINE_ARCH} == "powerpc64le" || \
- ${MACHINE_CPUARCH} == "riscv" || \
- ${MACHINE_ARCH:Mmips*el*} != ""
+ ${MACHINE_CPUARCH} == "riscv"
TARGET_ENDIANNESS= 1234
CAP_MKDB_ENDIAN= -l
LOCALEDEF_ENDIAN= -l
.elif ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "powerpc64" || \
${MACHINE_ARCH} == "powerpcspe" || \
- (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "") || \
- ${MACHINE_ARCH:Mmips*} != ""
+ (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "")
TARGET_ENDIANNESS= 4321
CAP_MKDB_ENDIAN= -b
LOCALEDEF_ENDIAN= -b