summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-09 17:16:19 +0000
committerimp <imp@FreeBSD.org>2010-01-09 17:16:19 +0000
commit75f6d17b0e6c09d65b88078c4f9eb12e4e637651 (patch)
tree944bdcb62a6d967dcab1d3fbffe49a6be238ad5e
parent687f1a7fca0054e04499209f51dd7d68b982e415 (diff)
downloadFreeBSD-src-75f6d17b0e6c09d65b88078c4f9eb12e4e637651.zip
FreeBSD-src-75f6d17b0e6c09d65b88078c4f9eb12e4e637651.tar.gz
Fix comment, which was missed in an earlier commit...
-rw-r--r--sys/conf/kern.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index afff7c9..0013dd2 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -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
OpenPOWER on IntegriCloud