PERFORCE change 137368 for review

Warner Losh imp at FreeBSD.org
Mon Mar 10 23:17:13 UTC 2008


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

Change 137368 by imp at imp_paco-paco on 2008/03/10 23:16:57

	A few more of the targets that we support, or are close to
	supporting.

Affected files ...

.. //depot/projects/mips2-jnpr/src/share/mk/bsd.cpu.mk#5 edit

Differences ...

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

@@ -120,10 +120,18 @@
 _CPUCFLAGS = -Wa,-me500 -msoft-float
 .  endif
 . elif ${MACHINE_ARCH} == "mips"
-.  if ${CPUTYPE} == "mips64"
+.  if ${CPUTYPE} == "mips32"
+_CPUCFLAGS = -march=mips32
+.  elif ${CPUTYPE} == "mips32r2"
+_CPUCFLAGS = -march=mips32r2
+.  elif ${CPUTYPE} == "mips64"
 _CPUCFLAGS = -march=mips64
-.  elif ${CPUTYPE} == "mipsr4kc"
+.  elif ${CPUTYPE} == "mips64r2"
+_CPUCFLAGS = -march=mips64r2
+.  elif ${CPUTYPE} == "mips4kc"
 _CPUCFLAGS = -march=4kc
+.  elif ${CPUTYPE} == "mips24kc"
+_CPUCFLAGS = -march=24kc
 .  endif
 . endif
 


More information about the p4-projects mailing list