Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ldd Um, the test for mips should use MACHINE_CPU, no...
details: https://anonhg.NetBSD.org/src/rev/b86f6c98d967
branches: trunk
changeset: 746825:b86f6c98d967
user: he <he%NetBSD.org@localhost>
date: Thu Aug 20 21:07:47 2009 +0000
description:
Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH.
diffstat:
usr.bin/ldd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e582955ecf9d -r b86f6c98d967 usr.bin/ldd/Makefile
--- a/usr.bin/ldd/Makefile Thu Aug 20 21:06:17 2009 +0000
+++ b/usr.bin/ldd/Makefile Thu Aug 20 21:07:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/08/20 19:17:19 he Exp $
+# $NetBSD: Makefile,v 1.12 2009/08/20 21:07:47 he Exp $
WARNS?= 3 # XXX: -Wsign-compare issues ld.elf_so source
@@ -9,7 +9,7 @@
MAN= ldd.1
-.if (${MACHINE_ARCH} != "mips")
+.if (${MACHINE_CPU} != "mips")
SUBDIR= aout
LIB_AOUTDIR!= cd ${.CURDIR}/aout && ${PRINTOBJDIR}
EXTRA_LIBS+= ${LIB_AOUTDIR}/libldd_aout.a
Home |
Main Index |
Thread Index |
Old Index