svn commit: r201902 - projects/mips/sys/conf

Warner Losh imp at FreeBSD.org
Sat Jan 9 17:16:19 UTC 2010


Author: imp
Date: Sat Jan  9 17:16:19 2010
New Revision: 201902
URL: http://svn.freebsd.org/changeset/base/201902

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

Modified:
  projects/mips/sys/conf/kern.mk

Modified: projects/mips/sys/conf/kern.mk
==============================================================================
--- projects/mips/sys/conf/kern.mk	Sat Jan  9 17:09:57 2010	(r201901)
+++ projects/mips/sys/conf/kern.mk	Sat Jan  9 17:16:19 2010	(r201902)
@@ -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


More information about the svn-src-projects mailing list