Module Name: src
Committed By: matt
Date: Wed Aug 26 05:36:58 UTC 2009
Modified Files:
src/distrib/evbmips/instkernel/ramdisk [matt-nb5-mips64]: Makefile
Log Message:
mips64el kernels should have little endian file systems
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.24.1 src/distrib/evbmips/instkernel/ramdisk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/evbmips/instkernel/ramdisk/Makefile
diff -u src/distrib/evbmips/instkernel/ramdisk/Makefile:1.2 src/distrib/evbmips/instkernel/ramdisk/Makefile:1.2.24.1
--- src/distrib/evbmips/instkernel/ramdisk/Makefile:1.2 Thu May 10 23:22:29 2007
+++ src/distrib/evbmips/instkernel/ramdisk/Makefile Wed Aug 26 05:36:57 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/05/10 23:22:29 dogcow Exp $
+# $NetBSD: Makefile,v 1.2.24.1 2009/08/26 05:36:57 matt Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -13,7 +13,7 @@
CRUNCHBIN= ramdiskbin
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
-.if ${MACHINE_ARCH} == "mipsel"
+.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mips64el"
IMAGEENDIAN= le
.else
IMAGEENDIAN= be