* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.

This commit is contained in:
Jeff Law 1994-02-07 00:34:59 +00:00
parent b6999724da
commit f8693e71a7
2 changed files with 4 additions and 0 deletions

View 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.

View 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 ;;