mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Use proper MACHINE_ARCH.
This fixes ports on mips after r308130.
This commit is contained in:
parent
857025056f
commit
1bec4c5b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue