PERFORCE change 100936 for review

Bruce M Simpson bms at FreeBSD.org
Fri Jul 7 20:29:04 UTC 2006


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

Change 100936 by bms at 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)


More information about the p4-projects mailing list