Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ldconfig Use MACHINE_CPU with m68k (m68000 will not be ...
details: https://anonhg.NetBSD.org/src/rev/f0ad043f1bdb
branches: trunk
changeset: 788738:f0ad043f1bdb
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 21:59:46 2013 +0000
description:
Use MACHINE_CPU with m68k (m68000 will not be matched due to MKPIC=no)
diffstat:
sbin/ldconfig/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 60989fcb23fa -r f0ad043f1bdb sbin/ldconfig/Makefile
--- a/sbin/ldconfig/Makefile Thu Jul 18 21:58:13 2013 +0000
+++ b/sbin/ldconfig/Makefile Thu Jul 18 21:59:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/02/05 07:23:00 matt Exp $
+# $NetBSD: Makefile,v 1.27 2013/07/18 21:59:46 matt Exp $
.include <bsd.own.mk> # For MKPIC
.include <bsd.shlib.mk>
@@ -7,7 +7,7 @@
.if ${MKPIC} != "no" && \
((${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234") || \
${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "m68k" || \
+ ${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "vax")
Home |
Main Index |
Thread Index |
Old Index