mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* config.bfd: Enable 64 bit support for GNU/Linux/sparc.
This commit is contained in:
parent
a1836d496f
commit
9d23b7fed1
@ -1,5 +1,7 @@
|
|||||||
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||||
|
|
||||||
|
* config.bfd: Enable 64 bit support for GNU/Linux/sparc.
|
||||||
|
|
||||||
* config.bfd: Enable 64 bit support for Solaris7+/sparc.
|
* config.bfd: Enable 64 bit support for Solaris7+/sparc.
|
||||||
|
|
||||||
2000-02-24 Catherine Moore <clm@cygnus.com>
|
2000-02-24 Catherine Moore <clm@cygnus.com>
|
||||||
|
@ -648,7 +648,7 @@ case "${targ}" in
|
|||||||
;;
|
;;
|
||||||
sparc-*-linux-gnu*)
|
sparc-*-linux-gnu*)
|
||||||
targ_defvec=bfd_elf32_sparc_vec
|
targ_defvec=bfd_elf32_sparc_vec
|
||||||
targ_selvecs="sparclinux_vec sunos_big_vec"
|
targ_selvecs="sparclinux_vec bfd_elf64_sparc_vec sunos_big_vec"
|
||||||
;;
|
;;
|
||||||
sparc-*-lynxos*)
|
sparc-*-lynxos*)
|
||||||
targ_defvec=sparclynx_coff_vec
|
targ_defvec=sparclynx_coff_vec
|
||||||
|
Loading…
Reference in New Issue
Block a user