Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/libexec/ld.elf_so Pull up revision 1.50 (via patch, req...



details:   https://anonhg.NetBSD.org/src/rev/6b6e3bc829e1
branches:  netbsd-1-6
changeset: 529377:6b6e3bc829e1
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 16 10:07:29 2002 +0000

description:
Pull up revision 1.50 (via patch, requested by thorpej in ticket #663):
  Build for ``armeb''.

diffstat:

 libexec/ld.elf_so/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 428244b3cd14 -r 6b6e3bc829e1 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Sat Nov 16 10:03:47 2002 +0000
+++ b/libexec/ld.elf_so/Makefile        Sat Nov 16 10:07:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.48 2002/03/01 20:15:16 tv Exp $
+#      $NetBSD: Makefile,v 1.48.2.1 2002/11/16 10:07:29 he 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} == "i386") ||                                    \
      (${MACHINE_ARCH} == "m68k") ||                                    \
      (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb") || \



Home | Main Index | Thread Index | Old Index