Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2007 18:32:17 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123923 for review
Message-ID:  <200707221832.l6MIWHnT017488@repoman.freebsd.org>

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

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

Change 123923 by gonzo@gonzo_wooster on 2007/07/22 18:31:55

	o Disable MIPS DSP ASE Instruction set for buildworld as well.

Affected files ...

.. //depot/projects/mips2/src/share/mk/bsd.cpu.mk#9 edit

Differences ...

==== //depot/projects/mips2/src/share/mk/bsd.cpu.mk#9 (text+ko) ====

@@ -110,7 +110,7 @@
 _CPUCFLAGS = -mcpu=${CPUTYPE}
 .  endif
 . elif ${MACHINE_ARCH} == "mips"
-_CPUCFLAGS = -G0 -mabicalls
+_CPUCFLAGS = -G0 -mabicalls -mno-dsp
 .  if ${CPUTYPE} == "mips32"
 _CPUCFLAGS += -march=mips32
 .  elif ${CPUTYPE} == "mips64"



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