diff options
author | imp <imp@FreeBSD.org> | 2010-01-09 17:16:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-01-09 17:16:19 +0000 |
commit | 75f6d17b0e6c09d65b88078c4f9eb12e4e637651 (patch) | |
tree | 944bdcb62a6d967dcab1d3fbffe49a6be238ad5e | |
parent | 687f1a7fca0054e04499209f51dd7d68b982e415 (diff) | |
download | FreeBSD-src-75f6d17b0e6c09d65b88078c4f9eb12e4e637651.zip FreeBSD-src-75f6d17b0e6c09d65b88078c4f9eb12e4e637651.tar.gz |
Fix comment, which was missed in an earlier commit...
-rw-r--r-- | sys/conf/kern.mk | 3 |
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 |