bc: remove MIPS Makefile case

MIPS support has been removed from FreeBSD.

Sponsored by: The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-02-27 10:05:16 -05:00
parent e6b4177c47
commit 1b00334852

View File

@ -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