From d889875b784143fb98a577d366f1bccc868c8150 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 1 Jan 2022 17:59:31 -0700 Subject: [PATCH] bsd.opts.mk: Remove mips support We don't need to list all the 32-bit mips variants here anymore. Sponsored by: Netflix --- share/mk/bsd.opts.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index 68de435ef358..c3c29962b2f5 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -96,10 +96,7 @@ __DEFAULT_DEPENDENT_OPTIONS = \ # some memory-hungry workloads. # .if ${MACHINE_ARCH} == "armv6" || ${MACHINE_ARCH} == "armv7" \ - || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "mips" \ - || ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipselhf" \ - || ${MACHINE_ARCH} == "mipshf" || ${MACHINE_ARCH} == "mipsn32" \ - || ${MACHINE_ARCH} == "mipsn32el" || ${MACHINE_ARCH} == "powerpc" \ + || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" \ || ${MACHINE_ARCH} == "powerpcspe" __DEFAULT_NO_OPTIONS+= PIE .else