mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
it default if sparcv9 or sparc64.
This commit is contained in:
parent
246c66877d
commit
a1836d496f
@ -1,3 +1,8 @@
|
||||
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
|
||||
it default if sparcv9 or sparc64.
|
||||
|
||||
2000-02-24 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* Makefile.am: Add rules to build emipspe.o and earmpe.o.
|
||||
|
@ -53,6 +53,19 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc
|
||||
;;
|
||||
sparc*-*-lynxos*) targ_emul=sparclynx ;;
|
||||
sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
|
||||
sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
|
||||
targ_emul=elf32_sparc ;;
|
||||
sparc-*-solaris2*) targ_emul=elf32_sparc
|
||||
targ_extra_emuls="elf64_sparc"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
|
||||
;;
|
||||
sparcv9-*-solaris2* | sparc64-*-solaris2*)
|
||||
targ_emul=elf64_sparc
|
||||
targ_extra_emuls="elf32_sparc"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
|
||||
;;
|
||||
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
||||
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
|
||||
sparc*-*-rtems*) targ_emul=sparcaout ;;
|
||||
|
Loading…
Reference in New Issue
Block a user