Module Name:    src
Committed By:   matt
Date:           Thu Jul 14 05:31:16 UTC 2011

Modified Files:
        src/etc/etc.evbmips: Makefile.inc

Log Message:
Don't build 64bit kernel for evbmips-el


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.14 src/etc/etc.evbmips/Makefile.inc:1.15
--- src/etc/etc.evbmips/Makefile.inc:1.14	Sun Jul 10 23:49:31 2011
+++ src/etc/etc.evbmips/Makefile.inc	Thu Jul 14 05:31:16 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.14 2011/07/10 23:49:31 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.15 2011/07/14 05:31:16 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -12,7 +12,7 @@
 KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
 BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
 
-KERNEL_SETS+=		P4032 P5064-64 P6032
+KERNEL_SETS+=		P4032 P5064 P6032
 
 .elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64

Reply via email to