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 fix oversight in previous: also loo...
details: https://anonhg.NetBSD.org/src/rev/6f2709616d1f
branches: trunk
changeset: 501057:6f2709616d1f
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Dec 23 09:06:06 2000 +0000
description:
fix oversight in previous: also look for $MACHINE_ARCH of mipse[bl].
diffstat:
usr.bin/crunch/crunchide/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7f99bb6f7faa -r 6f2709616d1f usr.bin/crunch/crunchide/Makefile
--- a/usr.bin/crunch/crunchide/Makefile Sat Dec 23 08:22:40 2000 +0000
+++ b/usr.bin/crunch/crunchide/Makefile Sat Dec 23 09:06:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/18 08:51:39 scw Exp $
+# $NetBSD: Makefile,v 1.7 2000/12/23 09:06:06 mrg Exp $
PROG= crunchide
SRCS= crunchide.c exec_aout.c exec_coff.c exec_ecoff.c exec_elf32.c \
@@ -8,6 +8,8 @@
CPPFLAGS+=-DNLIST_ELF64 -DNLIST_ECOFF
.elif ${MACHINE_ARCH} == "arm26" || \
${MACHINE_ARCH} == "mips" || \
+ ${MACHINE_ARCH} == "mipsel" || \
+ ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "mvme68k"
CPPFLAGS+=-DNLIST_ELF32
Home |
Main Index |
Thread Index |
Old Index