mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
add sparclite-fujitsu-none, since it was only getting set via the default
branch in the old configure.in
This commit is contained in:
parent
91ec84ef69
commit
6ea6d0e3c1
@ -73,6 +73,7 @@ cpu_type=${target_cpu}
|
||||
# check for architecture variants
|
||||
case ${target_cpu} in
|
||||
sparclite) cpu_type=sparc ;;
|
||||
sparc64) cpu_type=sparc obj_format=aout ;;
|
||||
m680[01234]0) cpu_type=m68k ;;
|
||||
m683?2) cpu_type=m68k ;;
|
||||
esac
|
||||
@ -130,6 +131,9 @@ case ${target} in
|
||||
need_bfd="./../bfd/libbfd.a"
|
||||
gas_target=m68kcoff
|
||||
;;
|
||||
sparclite-fujitsu-none)
|
||||
obj_format=aout
|
||||
;;
|
||||
*-*-aout | *-*-scout)
|
||||
obj_format=aout
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user