Date: Mon, 10 Mar 2008 23:17:12 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 137368 for review Message-ID: <200803102317.m2ANHCYl058153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137368 Change 137368 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803102317.m2ANHCYl058153>