From 8bbb3d6dbb8a870748848ffc1ad5b4e18e5f7497 Mon Sep 17 00:00:00 2001 From: Jeff 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 45a174e8b..cb0e2573c 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 b267c1671..2f5b2846b 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.4.GIT