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 Apply patch to fix previous pullup (r...



details:   https://anonhg.NetBSD.org/src/rev/b1911945aaac
branches:  netbsd-1-6
changeset: 529379:b1911945aaac
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Nov 17 01:12:05 2002 +0000

description:
Apply patch to fix previous pullup (requested by zuntum in ticket #994)

diffstat:

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

diffs (18 lines):

diff -r 5ceb23758e63 -r b1911945aaac libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Sat Nov 16 10:13:35 2002 +0000
+++ b/libexec/ld.elf_so/Makefile        Sun Nov 17 01:12:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.48.2.1 2002/11/16 10:07:29 he Exp $
+#      $NetBSD: Makefile,v 1.48.2.2 2002/11/17 01:12:05 lukem 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} == "armeb" ||      \
+     (${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