Module Name: src
Committed By: matt
Date: Mon Aug 17 19:14:16 UTC 2009
Modified Files:
src/share/mk [matt-nb5-mips64]: bsd.sys.mk
Log Message:
No SSP for mips64.
Add commented out section for sbmips which enable mips64 and tunes for sb1
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.179.8.1 src/share/mk/bsd.sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.sys.mk
diff -u src/share/mk/bsd.sys.mk:1.179 src/share/mk/bsd.sys.mk:1.179.8.1
--- src/share/mk/bsd.sys.mk:1.179 Sun Oct 26 23:13:24 2008
+++ src/share/mk/bsd.sys.mk Mon Aug 17 19:14:15 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.179 2008/10/26 23:13:24 apb Exp $
+# $NetBSD: bsd.sys.mk,v 1.179.8.1 2009/08/17 19:14:15 matt Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -50,7 +50,8 @@
LINTFLAGS+= ${DESTDIR:D-d ${DESTDIR}/usr/include}
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "hppa") || \
- (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb")
+ (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb") || [
+ (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
HAS_SSP= no
.else
HAS_SSP= yes
@@ -85,6 +86,10 @@
CFLAGS+= -Wa,-Av8plus
.endif
+#.if ${MACHINE} == "sbmips"
+#CFLAGS+= -mips64 -mtune=sb1
+#.endif
+
CFLAGS+= ${CPUFLAGS}
AFLAGS+= ${CPUFLAGS}