Module Name:    src
Committed By:   matt
Date:           Thu Dec 19 01:26:38 UTC 2013

Modified Files:
        src/usr.bin/ldd [matt-nb5-mips64]: Makefile.common

Log Message:
Match any arm


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2.4.1 -r1.1.2.2.4.2 src/usr.bin/ldd/Makefile.common

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

Modified files:

Index: src/usr.bin/ldd/Makefile.common
diff -u src/usr.bin/ldd/Makefile.common:1.1.2.2.4.1 src/usr.bin/ldd/Makefile.common:1.1.2.2.4.2
--- src/usr.bin/ldd/Makefile.common:1.1.2.2.4.1	Fri Feb 17 07:43:45 2012
+++ src/usr.bin/ldd/Makefile.common	Thu Dec 19 01:26:37 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.common,v 1.1.2.2.4.1 2012/02/17 07:43:45 matt Exp $
+#	$NetBSD: Makefile.common,v 1.1.2.2.4.2 2013/12/19 01:26:37 matt Exp $
 
 LDELFSO=${NETBSDSRCDIR}/libexec/ld.elf_so
 CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\"
@@ -7,7 +7,7 @@ CPPFLAGS+= -D_RTLD_SOURCE
 .PATH: ${LDELFSO}
 
 .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
-    (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m68k") || \
+    (${MACHINE_ARCH:M*arm*} != "") || (${MACHINE_ARCH} == "m68k") || \
     (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH:Mmips*} != "")
 CPPFLAGS+= -DVARPSZ
 .endif

Reply via email to