Module Name: src
Committed By: uebayasi
Date: Mon Dec 14 14:01:10 UTC 2009
Modified Files:
src/usr.bin/crunch/crunchide: Makefile
Log Message:
Teach crunchide(1) that mips64e[bl] is 64-bit ELF.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/crunch/crunchide/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/crunch/crunchide/Makefile
diff -u src/usr.bin/crunch/crunchide/Makefile:1.16 src/usr.bin/crunch/crunchide/Makefile:1.17
--- src/usr.bin/crunch/crunchide/Makefile:1.16 Sun Apr 8 09:36:34 2007
+++ src/usr.bin/crunch/crunchide/Makefile Mon Dec 14 14:01:10 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/04/08 09:36:34 scw Exp $
+# $NetBSD: Makefile,v 1.17 2009/12/14 14:01:10 uebayasi Exp $
.include <bsd.own.mk>
@@ -15,7 +15,9 @@
CPPFLAGS+=-DNLIST_ELF32
.elif ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el"
CPPFLAGS+=-DNLIST_ELF32 -DNLIST_COFF
-.elif ${MACHINE_ARCH} == "powerpc64" || \
+.elif ${MACHINE_ARCH} == "mips64el" || \
+ ${MACHINE_ARCH} == "mips64eb" || \
+ ${MACHINE_ARCH} == "powerpc64" || \
${MACHINE_ARCH} == "x86_64"
CPPFLAGS+=-DNLIST_ELF32 -DNLIST_ELF64
.elif ${MACHINE_ARCH} == "sparc64"