mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
This commit is contained in:
parent
b6999724da
commit
f8693e71a7
@ -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.
|
||||
|
@ -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 ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user