Fix comment, which was missed in an earlier commit...

This commit is contained in:
Warner Losh 2010-01-09 17:16:19 +00:00
parent 3ad9e328b8
commit 02dd934270

View file

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