From 1c11ab0e7fdacae38b7da895a5ccb97c1a20abd5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 5 Feb 1994 05:38:24 +0000 Subject: * configure.in (rs6000*): Use cpu_type ppc. (ppc-*-aix*): New target; use coff and force bfd_gas. --- gas/configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gas/configure.in') 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 ;; -- cgit v1.1