* config.bfd: Change alpha-*-* to alpha*-*-*; config.guess now
recognizes alphaev5 etc. * configure.host: Likewise.
This commit is contained in:
parent
478aa09cef
commit
6b5f5d6107
2 changed files with 13 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Oct 3 14:02:17 1997 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
|
* config.bfd: Change alpha-*-* to alpha*-*-*; config.guess now
|
||||||
|
recognizes alphaev5 etc.
|
||||||
|
* configure.host: Likewise.
|
||||||
|
|
||||||
Fri Oct 3 11:23:47 1997 Ian Lance Taylor <ian@cygnus.com>
|
Fri Oct 3 11:23:47 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
Make ld -s work on AIX:
|
Make ld -s work on AIX:
|
||||||
|
|
|
@ -50,22 +50,22 @@ esac
|
||||||
case "${targ}" in
|
case "${targ}" in
|
||||||
# START OF targmatch.h
|
# START OF targmatch.h
|
||||||
#ifdef BFD64
|
#ifdef BFD64
|
||||||
alpha-*-netware*)
|
alpha*-*-netware*)
|
||||||
targ_defvec=ecoffalpha_little_vec
|
targ_defvec=ecoffalpha_little_vec
|
||||||
targ_selvecs=nlm32_alpha_vec
|
targ_selvecs=nlm32_alpha_vec
|
||||||
;;
|
;;
|
||||||
alpha-*-linuxecoff*)
|
alpha*-*-linuxecoff*)
|
||||||
targ_defvec=ecoffalpha_little_vec
|
targ_defvec=ecoffalpha_little_vec
|
||||||
targ_selvecs=bfd_elf64_alpha_vec
|
targ_selvecs=bfd_elf64_alpha_vec
|
||||||
;;
|
;;
|
||||||
alpha-*-linux* | alpha-*-elf*)
|
alpha*-*-linux* | alpha*-*-elf*)
|
||||||
targ_defvec=bfd_elf64_alpha_vec
|
targ_defvec=bfd_elf64_alpha_vec
|
||||||
targ_selvecs=ecoffalpha_little_vec
|
targ_selvecs=ecoffalpha_little_vec
|
||||||
;;
|
;;
|
||||||
alpha-*-*vms*)
|
alpha*-*-*vms*)
|
||||||
targ_defvec=evax_alpha_vec
|
targ_defvec=evax_alpha_vec
|
||||||
;;
|
;;
|
||||||
alpha-*-*)
|
alpha*-*-*)
|
||||||
targ_defvec=ecoffalpha_little_vec
|
targ_defvec=ecoffalpha_little_vec
|
||||||
;;
|
;;
|
||||||
#endif /* BFD64 */
|
#endif /* BFD64 */
|
||||||
|
@ -470,7 +470,7 @@ case "${targ}" in
|
||||||
targ_defvec=rs6000coff_vec
|
targ_defvec=rs6000coff_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sh-*-elf*)
|
sh-*-elf* | sh-*-rtems*)
|
||||||
targ_defvec=bfd_elf32_sh_vec
|
targ_defvec=bfd_elf32_sh_vec
|
||||||
targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec"
|
targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec"
|
||||||
targ_underscore=yes
|
targ_underscore=yes
|
||||||
|
@ -554,12 +554,10 @@ case "${targ}" in
|
||||||
v850e-*-*)
|
v850e-*-*)
|
||||||
targ_defvec=bfd_elf32_v850_vec
|
targ_defvec=bfd_elf32_v850_vec
|
||||||
;;
|
;;
|
||||||
# end-sanitize-v850e
|
|
||||||
# start-sanitize-v850eq
|
|
||||||
v850eq-*-*)
|
v850eq-*-*)
|
||||||
targ_defvec=bfd_elf32_v850_vec
|
targ_defvec=bfd_elf32_v850_vec
|
||||||
;;
|
;;
|
||||||
# end-sanitize-v850eq
|
# end-sanitize-v850e
|
||||||
#if HAVE_host_aout_vec
|
#if HAVE_host_aout_vec
|
||||||
vax-*-bsd* | vax-*-ultrix*)
|
vax-*-bsd* | vax-*-ultrix*)
|
||||||
targ_defvec=host_aout_vec
|
targ_defvec=host_aout_vec
|
||||||
|
|
Loading…
Reference in a new issue