Module Name:    src
Committed By:   matt
Date:           Sun Jan 26 18:24:29 UTC 2014

Modified Files:
        src/usr.bin/crunch/crunchide: Makefile

Log Message:
Recognize coldfire


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/usr.bin/crunch/crunchide/Makefile:1.18
--- src/usr.bin/crunch/crunchide/Makefile:1.17	Mon Dec 14 14:01:10 2009
+++ src/usr.bin/crunch/crunchide/Makefile	Sun Jan 26 18:24:29 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2009/12/14 14:01:10 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.18 2014/01/26 18:24:29 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -23,6 +23,7 @@ CPPFLAGS+=-DNLIST_ELF32 -DNLIST_ELF64
 .elif	${MACHINE_ARCH} == "sparc64"
 CPPFLAGS+=-DNLIST_AOUT -DNLIST_ELF32 -DNLIST_ELF64
 .elif	${MACHINE_CPU} == "arm" || \
+	${MACHINE_ARCH} == "coldfire" || \
 	${MACHINE_ARCH} == "i386" || \
 	${MACHINE_ARCH} == "m68k" || \
 	${MACHINE_ARCH} == "m68000" || \

Reply via email to