Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Build for "armeb".
details: https://anonhg.NetBSD.org/src/rev/f4683cf20a5b
branches: trunk
changeset: 535088:f4683cf20a5b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Aug 10 01:59:33 2002 +0000
description:
Build for "armeb".
diffstat:
libexec/ld.elf_so/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2caa8591b85f -r f4683cf20a5b libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile Sat Aug 10 01:51:43 2002 +0000
+++ b/libexec/ld.elf_so/Makefile Sat Aug 10 01:59:33 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2002/07/10 15:12:33 fredette Exp $
+# $NetBSD: Makefile,v 1.50 2002/08/10 01:59:33 thorpej Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
@@ -6,7 +6,7 @@
M= ${.CURDIR}/arch/${ARCHSUBDIR}
.if ((${MACHINE_ARCH} == "alpha") || \
- (${MACHINE_ARCH} == "arm") || \
+ (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "armeb") || \
(${MACHINE_ARCH} == "hppa") || \
(${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "m68k") || \
Home |
Main Index |
Thread Index |
Old Index