aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-02-07 00:34:59 +0000
committerJeff Law <law@redhat.com>1994-02-07 00:34:59 +0000
commitf8693e71a766ff2095db8a20122d590f6aa432b4 (patch)
treef3e2fb5acd14351b189eb0acde3ea08393f51df3 /gas/configure.in
parentb6999724daf812f64c0098c8b10ffdaffce8c61a (diff)
downloadgdb-f8693e71a766ff2095db8a20122d590f6aa432b4.zip
gdb-f8693e71a766ff2095db8a20122d590f6aa432b4.tar.gz
gdb-f8693e71a766ff2095db8a20122d590f6aa432b4.tar.bz2
* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index bf58921..c5f94cb 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -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 ;;