From c9af8120466890f5f3630a3726742aea424958d1 Mon Sep 17 00:00:00 2001 From: law Date: Fri, 21 Apr 2000 21:52:48 +0000 Subject: [PATCH] * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 45a174e8b7..cb0e2573c7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-2 Matthew Green + + * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. + Fri Apr 21 13:20:53 2000 Richard Henderson David Mosberger diff --git a/ld/configure.tgt b/ld/configure.tgt index b267c16712..2f5b2846b2 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -55,6 +55,8 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc tdir_sun4=sparc-sun-sunos4 ;; sparc*-*-lynxos*) targ_emul=sparclynx ;; +sparc64-*-netbsd*) targ_emul=elf64_sparc ;; +sparc*-*-netbsd*elf*) targ_emul=elf32_sparc ;; sparc*-*-netbsd*) targ_emul=sparcnbsd ;; sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*) targ_emul=elf32_sparc ;; -- 2.11.0