Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2007 16:23:14 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123912 for review
Message-ID:  <200707221623.l6MGNEDg099201@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 123912 by gonzo@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
 



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