* configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
This commit is contained in:
parent
bc11ab2b2b
commit
d8475ff6b6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-04-2 Matthew Green <mrg@cygnus.com>
|
||||
|
||||
* configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
|
||||
|
||||
Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
|
||||
David Mosberger <davidm@hpl.hp.com>
|
||||
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue