PERFORCE change 123912 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Jul 22 16:23:15 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123912

Change 123912 by gonzo at gonzo_jeeves on 2007/07/22 16:22:44

	o Disable MIPS DSP ASE Instruction set.

Affected files ...

.. //depot/projects/mips2/src/sys/conf/kern.mk#9 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/kern.mk#9 (text+ko) ====

@@ -85,10 +85,11 @@
 .endif
 
 #
-# For MIPS we also tell gcc to use floating point emulation.
+# For MIPS we also tell gcc to use floating point emulation and 
+# disable MIPS DSP ASE Instruction set.
 #
 .if ${MACHINE_ARCH} == "mips"
-CFLAGS+=	-msoft-float
+CFLAGS+=	-msoft-float -mno-dsp
 INLINE_LIMIT?=	15000
 .endif
 


More information about the p4-projects mailing list