* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
[deliverable/binutils-gdb.git] / gas / configure.in
index 803ff88de27b9de391db58a18daf2283d281b504..c5f94cb8f74bf372daddab45a39711b086347426 100644 (file)
@@ -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.
 #
@@ -45,6 +45,7 @@ case "${host}" in
   hppa*-hp-hpux*)              gas_host=hpux           ;;
   hppa*-hp-bsd*)               gas_host=hppabsd        ;;
   hppa*-hp-osf*)               gas_host=hppaosf        ;;
+  hppa*-*-hiux*)               gas_host=hpux           ;;
 
   i[34]86-ibm-aix*)            gas_host=i386aix        ;;
   i[34]86-*-isc*)              gas_host=sysv           ;;
@@ -64,10 +65,11 @@ case "${host}" in
 
   vax-*-vms*)                  gas_host=vms            ;;
   vax-*-bsd*)                  gas_host=vax            ;;
+  vax-*-ultrix*)               gas_host=vax            ;;
 
   *-*-sysv4* | *-*-unixware)   gas_host=sysv           ;;
 
-  *-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*)
+  *-*-ansi | *-*-hpux | *-*-sysv)
                                gas_host=${host_os}     ;;
 
 esac
@@ -111,6 +113,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} ;;
@@ -131,6 +134,7 @@ case ${generic_target} in
   hppa-*-osf)          obj_format=elf emulation=hppa ;;
   hppa-*-hpux*)                obj_format=som emulation=hppa ;;
   hppa-*-bsd*)         obj_format=som emulation=hppa ;;
+  hppa-*-hiux*)                obj_format=som emulation=hppa ;;
 
   h8300-*-coff)                obj_format=coffbfd ;;
 
@@ -189,6 +193,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 ;;
@@ -201,6 +207,8 @@ case ${generic_target} in
                        obj_format=elf ;;
   sparc64-*-aout*)     obj_format=aout bfd_gas=yes ;; # v9
 
+  vax-*-bsd* | vax-*-ultrix*)
+                       obj_format=aout ;;
   vax-*-vms)           obj_format=vms ;;
 
   z8k-*-coff | z8k-*-sim)
This page took 0.024651 seconds and 4 git commands to generate.