diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-05 05:38:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-05 05:38:24 +0000 |
commit | 1c11ab0e7fdacae38b7da895a5ccb97c1a20abd5 (patch) | |
tree | b90ff894de07ff5cf7b1f040b70ef4a54a06ad41 /gas/configure.in | |
parent | af46c203df8b69bbe60ec729724d4b1db7cdf985 (diff) | |
download | gdb-1c11ab0e7fdacae38b7da895a5ccb97c1a20abd5.zip gdb-1c11ab0e7fdacae38b7da895a5ccb97c1a20abd5.tar.gz gdb-1c11ab0e7fdacae38b7da895a5ccb97c1a20abd5.tar.bz2 |
* configure.in (rs6000*): Use cpu_type ppc.
(ppc-*-aix*): New target; use coff and force bfd_gas.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 6533ece..bf58921 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -1,6 +1,6 @@ # This file is configure.in # -# Copyright (C) 1987-1992 Free Software Foundation, Inc. +# Copyright (C) 1987-1992,1993,1994 Free Software Foundation, Inc. # # This file is part of GAS, the GNU Assembler. # @@ -112,6 +112,7 @@ case ${target_cpu} in m8*) cpu_type=m88k ;; mips*el) cpu_type=mips endian=little;; mips*) cpu_type=mips ;; + rs6000*) cpu_type=ppc ;; sparc64) cpu_type=sparc64 obj_format=elf ;; # v9 sparclite*) cpu_type=sparc ;; *) cpu_type=${target_cpu} ;; @@ -190,6 +191,8 @@ case ${generic_target} in fi ;; + ppc-*-aix*) obj_format=coff bfd_gas=yes ;; + sh-*-coff) obj_format=coffbfd ;; sparc*-*-sunos4*) obj_format=aout emulation=sun3 bfd_gas=yes ;; |