Date: Fri, 19 Sep 2008 02:41:44 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 150074 for review Message-ID: <200809190241.m8J2fiFF002921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150074 Change 150074 by imp@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809190241.m8J2fiFF002921>