Recognize h8300h.
Make sparc64-*-aout* use bfd gas.
This commit is contained in:
parent
7024033bfb
commit
07ef2075f5
@ -101,6 +101,7 @@ case ${target_cpu} in
|
|||||||
m680[01234]0) cpu_type=m68k ;;
|
m680[01234]0) cpu_type=m68k ;;
|
||||||
m683??) cpu_type=m68k ;;
|
m683??) cpu_type=m68k ;;
|
||||||
i486) cpu_type=i386 ;;
|
i486) cpu_type=i386 ;;
|
||||||
|
h8300h) cpu_type=h8300 ;;
|
||||||
# Actually we've only got support for the 1.1, so we shouldn't generalize,
|
# Actually we've only got support for the 1.1, so we shouldn't generalize,
|
||||||
# but this is what the support files are named...
|
# but this is what the support files are named...
|
||||||
hppa1.1) cpu_type=hppa ;;
|
hppa1.1) cpu_type=hppa ;;
|
||||||
@ -149,8 +150,9 @@ case ${generic_target} in
|
|||||||
|
|
||||||
sparc*-*-sunos4*) bfd_gas=preferred obj_format=aout emulation=sun3 ;;
|
sparc*-*-sunos4*) bfd_gas=preferred obj_format=aout emulation=sun3 ;;
|
||||||
|
|
||||||
sparc*-fujitsu-none)
|
sparc*-fujitsu-none) obj_format=aout ;;
|
||||||
obj_format=aout ;;
|
|
||||||
|
sparc64-*-aout*) obj_format=aout bfd_gas=yes ;; # v9
|
||||||
|
|
||||||
*-*-aout | *-*-scout | *-*-linux)
|
*-*-aout | *-*-scout | *-*-linux)
|
||||||
obj_format=aout ;;
|
obj_format=aout ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user