Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ldd MIPS uses a variable page size now.
details: https://anonhg.NetBSD.org/src/rev/475e75850904
branches: trunk
changeset: 777389:475e75850904
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 17 08:13:18 2012 +0000
description:
MIPS uses a variable page size now.
(pulled up from matt-nb5-mips64)
diffstat:
usr.bin/ldd/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ff55868c1042 -r 475e75850904 usr.bin/ldd/Makefile.common
--- a/usr.bin/ldd/Makefile.common Fri Feb 17 08:11:28 2012 +0000
+++ b/usr.bin/ldd/Makefile.common Fri Feb 17 08:13:18 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2009/01/06 03:59:56 mrg Exp $
+# $NetBSD: Makefile.common,v 1.2 2012/02/17 08:13:18 matt Exp $
LDELFSO=${NETBSDSRCDIR}/libexec/ld.elf_so
CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\"
@@ -8,6 +8,6 @@
.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m68k") || \
- (${MACHINE_ARCH} == "powerpc")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH:Mmips*} != "")
CPPFLAGS+= -DVARPSZ
.endif
Home |
Main Index |
Thread Index |
Old Index