aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-02-27 15:05:16 +0000
committerEd Maste <emaste@FreeBSD.org>2023-03-01 15:38:12 +0000
commit1b003348526323d23785648fa449338447daec5f (patch)
treea719bc749fe6aa6dd643cb5cf298900b81eac75b
parente6b4177c478da54e25db464ae60ddae9e890c2cb (diff)
downloadsrc-1b003348526323d23785648fa449338447daec5f.tar.gz
src-1b003348526323d23785648fa449338447daec5f.zip
bc: remove MIPS Makefile case
MIPS support has been removed from FreeBSD. Sponsored by: The FreeBSD Foundation
-rw-r--r--usr.bin/gh-bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gh-bc/Makefile b/usr.bin/gh-bc/Makefile
index 223440f2f54d..6554d626af89 100644
--- a/usr.bin/gh-bc/Makefile
+++ b/usr.bin/gh-bc/Makefile
@@ -71,7 +71,7 @@ MAN_SRC_BC= bc/A.1
MAN_SRC_DC= dc/A.1
# prevent floating point incompatibilities caused by -flto on some architectures
-.if ${MACHINE_ARCH:Mmips*} == "" && ${MACHINE_ARCH} != riscv64
+.if ${MACHINE_ARCH} != riscv64
CFLAGS+= -flto
.endif