Module Name: src
Committed By: matt
Date: Wed Sep 3 19:31:32 UTC 2014
Modified Files:
src/libexec/ld.elf_so: Makefile
Log Message:
OR1K support
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 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.127 src/libexec/ld.elf_so/Makefile:1.128
--- src/libexec/ld.elf_so/Makefile:1.127 Sun Aug 10 05:57:31 2014
+++ src/libexec/ld.elf_so/Makefile Wed Sep 3 19:31:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2014/08/10 05:57:31 matt Exp $
+# $NetBSD: Makefile,v 1.128 2014/09/03 19:31:32 matt Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
@@ -34,6 +34,7 @@ M= ${.CURDIR}/arch/${ARCHSUBDIR}
(${LDELFSO_MACHINE_ARCH} == "i386") || \
(${LDELFSO_MACHINE_ARCH} == "m68k") || \
(${MACHINE_CPU} == "mips") || \
+ (${MACHINE_CPU} == "or1k") || \
(${MACHINE_CPU} == "powerpc") || \
(${MACHINE_CPU} == "sh3") || \
(${LDELFSO_MACHINE_ARCH} == "sparc") || \