Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.aout_so Use ${MACHINE_CPU} for m68k
details: https://anonhg.NetBSD.org/src/rev/90d3c34d2272
branches: trunk
changeset: 788735:90d3c34d2272
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 21:39:11 2013 +0000
description:
Use ${MACHINE_CPU} for m68k
diffstat:
libexec/ld.aout_so/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r fdffc16c5c2b -r 90d3c34d2272 libexec/ld.aout_so/Makefile
--- a/libexec/ld.aout_so/Makefile Thu Jul 18 21:37:47 2013 +0000
+++ b/libexec/ld.aout_so/Makefile Thu Jul 18 21:39:11 2013 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.49 2013/02/05 15:19:18 martin Exp $
+# $NetBSD: Makefile,v 1.50 2013/07/18 21:39:11 matt Exp $
.include <bsd.own.mk> # for MKPIC definition
.include <bsd.endian.mk> # for TARGET_ENDIANNESS
.if ${MKPIC} != "no"
-.if ${TARGET_ENDIANNESS} == "1234" && ${MACHINE_CPU} == "arm"
+.if (${TARGET_ENDIANNESS} == "1234" && ${MACHINE_CPU} == "arm") \
+ || ${MACHINE_CPU} == "m68k"
UUDECODE_FILES= ld.so.${MACHINE_CPU}
.else
UUDECODE_FILES= ld.so.${MACHINE_ARCH}
Home |
Main Index |
Thread Index |
Old Index