PERFORCE change 100790 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Thu Jul 6 21:06:26 UTC 2006


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

Change 100790 by wkoszek at wkoszek_laptop on 2006/07/06 21:06:22

	Start adding flags making MIPS kernel compilation successful.

Affected files ...

.. //depot/projects/mips2/src/sys/conf/Makefile.mips#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/Makefile.mips#3 (text+ko) ====

@@ -33,6 +33,11 @@
 
 MKMODULESENV+=	MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH}
 
+#
+# XXXMIPS: Without it, you'll be bombed by warnings.
+#
+CFLAGS+=-fno-pic
+
 %BEFORE_DEPEND
 
 %OBJS


More information about the p4-projects mailing list