Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 21:06:25 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100790 for review
Message-ID:  <200607062106.k66L6Pui048566@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100790

Change 100790 by wkoszek@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607062106.k66L6Pui048566>