Use proper MACHINE_ARCH.

This fixes ports on mips after r308130.
This commit is contained in:
Bryan Drewery 2016-11-03 19:39:32 +00:00
parent 857025056f
commit 1bec4c5b3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308262

View File

@ -303,7 +303,7 @@ MACHINE_CPU = v9 ultrasparc ultrasparc3
.if ${MACHINE_CPUARCH} == "mips"
CFLAGS += -G0
.if ${TARGET_ARCH:Mmips*hf}
.if ${MACHINE_ARCH:Mmips*hf}
CFLAGS += -mhard-float
.endif
.endif