diff options
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/gas/configure.in b/gas/configure.in index 7ea6811..10430db 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -199,16 +199,14 @@ changequote([,])dnl hppa-*-lites*) fmt=elf em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;; hppa-*-rtems*) fmt=elf em=hppa ;; -# Disabled until configury issues are sorted out across the various -# projects -# hppa-*-hpux11*) em=hppa -# case ${cpu} in -# hppa*w) -# fmt=elf;; -# hppa*) -# fmt=som;; -# esac -# ;; + hppa-*-hpux11*) em=hppa + case ${cpu} in + hppa*64*) + fmt=elf;; + hppa*) + fmt=som;; + esac + ;; hppa-*-hpux*) fmt=som em=hppa ;; hppa-*-mpeix*) fmt=som em=hppa ;; hppa-*-bsd*) fmt=som em=hppa ;; |