Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/ldd/ldd_elf pull up rev 1.11 (approved by thorp...
details: https://anonhg.NetBSD.org/src/rev/21d876ee23f1
branches: netbsd-1-5
changeset: 488582:21d876ee23f1
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jul 19 14:08:19 2000 +0000
description:
pull up rev 1.11 (approved by thorpej):
>Make this compile on sparc64.
diffstat:
usr.bin/ldd/ldd_elf/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 970845fe83f6 -r 21d876ee23f1 usr.bin/ldd/ldd_elf/Makefile
--- a/usr.bin/ldd/ldd_elf/Makefile Wed Jul 19 14:04:46 2000 +0000
+++ b/usr.bin/ldd/ldd_elf/Makefile Wed Jul 19 14:08:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/02/20 07:14:13 mycroft Exp $
+# $NetBSD: Makefile,v 1.10.4.1 2000/07/19 14:08:19 mrg Exp $
PROG= ldd
SRCS= ldd.c \
@@ -7,12 +7,12 @@
.PATH: ${.CURDIR}/..
-.if (${MACHINE_ARCH} == "alpha")
+.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")
CPPFLAGS+= -DELFSIZE=64
.else
CPPFLAGS+= -DELFSIZE=32
.endif
-.if (${MACHINE_ARCH} == "sparc")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64")
CPPFLAGS+= -DVARPSZ
.endif
Home |
Main Index |
Thread Index |
Old Index