PERFORCE change 150074 for review

Warner Losh imp at FreeBSD.org
Fri Sep 19 02:41:45 UTC 2008


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

Change 150074 by imp at imp_paco-paco on 2008/09/19 02:41:20

	diff reduction to svn

Affected files ...

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

Differences ...

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

@@ -120,12 +120,6 @@
 _CPUCFLAGS = -Wa,-me500 -msoft-float
 .  endif
 . elif ${MACHINE_ARCH} == "mips"
-.  if ${CPUTYPE} == "mips64"
-_CPUCFLAGS = -march=mips64
-.  elif ${CPUTYPE} == "mipsr4kc"
-_CPUCFLAGS = -march=4kc
-.  endif
-. elif ${MACHINE_ARCH} == "mips"
 .  if ${CPUTYPE} == "mips32"
 _CPUCFLAGS = -march=mips32
 .  elif ${CPUTYPE} == "mips32r2"


More information about the p4-projects mailing list