* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
authorJeff Law <law@redhat.com>
Mon, 7 Feb 1994 00:34:59 +0000 (00:34 +0000)
committerJeff Law <law@redhat.com>
Mon, 7 Feb 1994 00:34:59 +0000 (00:34 +0000)
gas/ChangeLog
gas/configure.in

index c47129a6aec413d404432c559153d4afd73d4508..6a22ed09c78be496f96092ab679301fec34d4723 100644 (file)
@@ -1,5 +1,7 @@
 Sun Feb  6 16:13:47 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
+       * configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
+
        * config/obj-som.c (obj_som_init_stab_section): Same change
        as coffbfd and elf below.  Zero the initial stab symbol after
        allocating it.
index bf589216ab32b424599f92caae9e4be0134301b7..c5f94cb8f74bf372daddab45a39711b086347426 100644 (file)
@@ -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           ;;
@@ -133,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 ;;
 
This page took 0.031336 seconds and 4 git commands to generate.