Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/crunch/crunchide Recognize coldfire
details: https://anonhg.NetBSD.org/src/rev/664431f8dda2
branches: trunk
changeset: 326351:664431f8dda2
user: matt <matt%NetBSD.org@localhost>
date: Sun Jan 26 18:24:29 2014 +0000
description:
Recognize coldfire
diffstat:
usr.bin/crunch/crunchide/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2bcc98231009 -r 664431f8dda2 usr.bin/crunch/crunchide/Makefile
--- a/usr.bin/crunch/crunchide/Makefile Sun Jan 26 17:33:53 2014 +0000
+++ b/usr.bin/crunch/crunchide/Makefile Sun Jan 26 18:24:29 2014 +0000
@@ -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 @@
.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" || \
Home |
Main Index |
Thread Index |
Old Index