* config.bfd: Keep target list alphabetically sorted.
This commit is contained in:
parent
8863243604
commit
71d7d44f19
@ -1,3 +1,7 @@
|
||||
Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* config.bfd: Keep target list alphabetically sorted.
|
||||
|
||||
start-sanitize-v850
|
||||
Mon Sep 9 11:48:41 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
|
@ -117,12 +117,6 @@ case "${targ}" in
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
||||
sh-*-*)
|
||||
targ_defvec=shcoff_vec
|
||||
targ_selvecs="shcoff_vec shlcoff_vec"
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
||||
hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4*)
|
||||
targ_defvec=bfd_elf32_hppa_vec
|
||||
;;
|
||||
@ -432,6 +426,22 @@ case "${targ}" in
|
||||
targ_defvec=rs6000coff_vec
|
||||
;;
|
||||
|
||||
sh-*-elf*)
|
||||
targ_defvec=bfd_elf32_sh_vec
|
||||
targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec"
|
||||
targ_underscore=yes
|
||||
;;
|
||||
sh-*-*)
|
||||
targ_defvec=shcoff_vec
|
||||
targ_selvecs="shcoff_vec shlcoff_vec"
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
||||
sparclet-*-aout*)
|
||||
targ_defvec=sunos_big_vec
|
||||
targ_selvecs=sparcle_aout_vec
|
||||
targ_underscore=yes
|
||||
;;
|
||||
sparc-*-lynxos*)
|
||||
targ_defvec=sparclynx_coff_vec
|
||||
targ_selvecs=sparclynx_aout_vec
|
||||
|
Loading…
Reference in New Issue
Block a user