Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ldd/ldd_elf arm is variable page size.



details:   https://anonhg.NetBSD.org/src/rev/4134ab313c18
branches:  trunk
changeset: 512672:4134ab313c18
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 13 17:00:35 2001 +0000

description:
arm is variable page size.

diffstat:

 usr.bin/ldd/ldd_elf/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6761688a56fd -r 4134ab313c18 usr.bin/ldd/ldd_elf/Makefile
--- a/usr.bin/ldd/ldd_elf/Makefile      Fri Jul 13 16:27:48 2001 +0000
+++ b/usr.bin/ldd/ldd_elf/Makefile      Fri Jul 13 17:00:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2000/07/10 22:45:25 eeh Exp $
+#      $NetBSD: Makefile,v 1.12 2001/07/13 17:00:35 matt Exp $
 
 PROG=  ldd
 SRCS=  ldd.c \
@@ -12,7 +12,8 @@
 .else
 CPPFLAGS+= -DELFSIZE=32
 .endif
-.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
+    (${MACHINE_ARCH} == "arm")
 CPPFLAGS+= -DVARPSZ
 .endif
 



Home | Main Index | Thread Index | Old Index