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/db7b35d87bf5
branches:  trunk
changeset: 802132:db7b35d87bf5
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 6930fd8581d3 -r db7b35d87bf5 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