mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +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:
@ -73,6 +73,7 @@ cpu_type=${target_cpu}
|
|||||||
# check for architecture variants
|
# check for architecture variants
|
||||||
case ${target_cpu} in
|
case ${target_cpu} in
|
||||||
sparclite) cpu_type=sparc ;;
|
sparclite) cpu_type=sparc ;;
|
||||||
|
sparc64) cpu_type=sparc obj_format=aout ;;
|
||||||
m680[01234]0) cpu_type=m68k ;;
|
m680[01234]0) cpu_type=m68k ;;
|
||||||
m683?2) cpu_type=m68k ;;
|
m683?2) cpu_type=m68k ;;
|
||||||
esac
|
esac
|
||||||
@ -130,6 +131,9 @@ case ${target} in
|
|||||||
need_bfd="./../bfd/libbfd.a"
|
need_bfd="./../bfd/libbfd.a"
|
||||||
gas_target=m68kcoff
|
gas_target=m68kcoff
|
||||||
;;
|
;;
|
||||||
|
sparclite-fujitsu-none)
|
||||||
|
obj_format=aout
|
||||||
|
;;
|
||||||
*-*-aout | *-*-scout)
|
*-*-aout | *-*-scout)
|
||||||
obj_format=aout
|
obj_format=aout
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user