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 OR1K support
details: https://anonhg.NetBSD.org/src/rev/5994ef7eb53d
branches: trunk
changeset: 331990:5994ef7eb53d
user: matt <matt%NetBSD.org@localhost>
date: Wed Sep 03 19:31:32 2014 +0000
description:
OR1K support
diffstat:
libexec/ld.elf_so/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8b0c00502c67 -r 5994ef7eb53d libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile Wed Sep 03 19:30:47 2014 +0000
+++ b/libexec/ld.elf_so/Makefile Wed Sep 03 19:31:32 2014 +0000
@@ -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 @@
(${LDELFSO_MACHINE_ARCH} == "i386") || \
(${LDELFSO_MACHINE_ARCH} == "m68k") || \
(${MACHINE_CPU} == "mips") || \
+ (${MACHINE_CPU} == "or1k") || \
(${MACHINE_CPU} == "powerpc") || \
(${MACHINE_CPU} == "sh3") || \
(${LDELFSO_MACHINE_ARCH} == "sparc") || \
Home |
Main Index |
Thread Index |
Old Index