mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix comment, which was missed in an earlier commit...
This commit is contained in:
parent
3ad9e328b8
commit
02dd934270
1 changed files with 1 additions and 2 deletions
|
|
@ -86,8 +86,7 @@ INLINE_LIMIT?= 15000
|
|||
.endif
|
||||
|
||||
#
|
||||
# For MIPS we also tell gcc to use floating point emulation and
|
||||
# disable MIPS DSP ASE Instruction set.
|
||||
# For MIPS we also tell gcc to use floating point emulation
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
CFLAGS+= -msoft-float
|
||||
|
|
|
|||
Loading…
Reference in a new issue