Use proper MACHINE_ARCH.
This fixes ports on mips after r308130.
This commit is contained in:
parent
857025056f
commit
1bec4c5b3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user