Module Name:    src
Committed By:   matt
Date:           Thu Jul 18 21:58:14 UTC 2013

Modified Files:
        src/libexec/ld.elf_so: Makefile

Log Message:
Support MACHINE_ARCH of coldfire


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/libexec/ld.elf_so/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/Makefile
diff -u src/libexec/ld.elf_so/Makefile:1.120 src/libexec/ld.elf_so/Makefile:1.121
--- src/libexec/ld.elf_so/Makefile:1.120	Thu May  9 11:44:36 2013
+++ src/libexec/ld.elf_so/Makefile	Thu Jul 18 21:58:13 2013
@@ -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 @@ M=		${.CURDIR}/arch/${ARCHSUBDIR}
 
 .if ((${LDELFSO_MACHINE_ARCH} == "alpha") ||				\
      (${MACHINE_CPU} == "arm") ||					\
+     (${LDELFSO_MACHINE_ARCH} == "coldfire") ||				\
      (${LDELFSO_MACHINE_ARCH} == "hppa") ||				\
      (${LDELFSO_MACHINE_ARCH} == "i386") ||				\
      (${LDELFSO_MACHINE_ARCH} == "m68k") ||				\

Reply via email to