Date: Fri, 7 Jul 2006 20:29:02 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100936 for review Message-ID: <200607072029.k67KT2XO072037@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100936 Change 100936 by bms@bms_montagne on 2006/07/07 20:28:11 Use the correct -march value (mips32). With this change, the kernel links. Affected files ... .. //depot/projects/mips2/src/sys/conf/Makefile.mips#5 edit Differences ... ==== //depot/projects/mips2/src/sys/conf/Makefile.mips#5 (text+ko) ==== @@ -36,7 +36,7 @@ # # XXXMIPS: Without it, you'll be bombed by warnings. # -ARCH_FLAGS=-march=mips3 +ARCH_FLAGS=-march=mips32 CFLAGS+=-fno-pic $(ARCH_FLAGS) SYSTEM_LD+= -Ttext 0x80100000 HACK_EXTRA_FLAGS+=-fno-pic $(ARCH_FLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607072029.k67KT2XO072037>