diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-14 16:35:04 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-14 16:35:04 +0000 |
commit | 07ef2075f55d7cab9548581b685849723624597e (patch) | |
tree | 66d7a2a6824475b5e50c6f3a0cf7cf7f6b59e57c /gas/configure.in | |
parent | 7024033bfb848354d7f7034fc1f8608412c580b4 (diff) | |
download | gdb-07ef2075f55d7cab9548581b685849723624597e.zip gdb-07ef2075f55d7cab9548581b685849723624597e.tar.gz gdb-07ef2075f55d7cab9548581b685849723624597e.tar.bz2 |
Recognize h8300h.
Make sparc64-*-aout* use bfd gas.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/configure.in b/gas/configure.in index 525163e..8905e3b 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -101,6 +101,7 @@ case ${target_cpu} in m680[01234]0) cpu_type=m68k ;; m683??) cpu_type=m68k ;; i486) cpu_type=i386 ;; + h8300h) cpu_type=h8300 ;; # Actually we've only got support for the 1.1, so we shouldn't generalize, # but this is what the support files are named... hppa1.1) cpu_type=hppa ;; @@ -149,8 +150,9 @@ case ${generic_target} in sparc*-*-sunos4*) bfd_gas=preferred obj_format=aout emulation=sun3 ;; - sparc*-fujitsu-none) - obj_format=aout ;; + sparc*-fujitsu-none) obj_format=aout ;; + + sparc64-*-aout*) obj_format=aout bfd_gas=yes ;; # v9 *-*-aout | *-*-scout | *-*-linux) obj_format=aout ;; |