PERFORCE change 123923 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Jul 22 18:32:17 UTC 2007


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

Change 123923 by gonzo at 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"


More information about the p4-projects mailing list