Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Support MACHINE_ARCH of coldfire
details: https://anonhg.NetBSD.org/src/rev/60989fcb23fa
branches: trunk
changeset: 788737:60989fcb23fa
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 21:58:13 2013 +0000
description:
Support MACHINE_ARCH of coldfire
diffstat:
libexec/ld.elf_so/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e7116494cf15 -r 60989fcb23fa libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile Thu Jul 18 21:57:42 2013 +0000
+++ b/libexec/ld.elf_so/Makefile Thu Jul 18 21:58:13 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2013/05/09 11:44:36 skrll Exp $
+# $NetBSD: Makefile,v 1.121 2013/07/18 21:58:13 matt Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
@@ -28,6 +28,7 @@
.if ((${LDELFSO_MACHINE_ARCH} == "alpha") || \
(${MACHINE_CPU} == "arm") || \
+ (${LDELFSO_MACHINE_ARCH} == "coldfire") || \
(${LDELFSO_MACHINE_ARCH} == "hppa") || \
(${LDELFSO_MACHINE_ARCH} == "i386") || \
(${LDELFSO_MACHINE_ARCH} == "m68k") || \
Home |
Main Index |
Thread Index |
Old Index