add sparclite-fujitsu-none, since it was only getting set via the default

branch in the old configure.in
This commit is contained in:
Mark Eichin 1992-11-12 12:55:48 +00:00
parent 91ec84ef69
commit 6ea6d0e3c1

View File

@ -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
;;