Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2010 17:16:19 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r201902 - projects/mips/sys/conf
Message-ID:  <201001091716.o09HGJ0Z063757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001091716.o09HGJ0Z063757>