aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-18 16:52:11 +0000
committerJeff Law <law@redhat.com>2000-05-18 16:52:11 +0000
commitc9e10a082cb4ee77a9acbd9b2d54c0f56a03728e (patch)
treed2cb455be274a1b46e49522d32a385468b0199b3 /gas/configure.in
parent0b76fe778f3b9042b47a9974a4a6c84cebd42f8e (diff)
downloadfsf-binutils-gdb-c9e10a082cb4ee77a9acbd9b2d54c0f56a03728e.zip
fsf-binutils-gdb-c9e10a082cb4ee77a9acbd9b2d54c0f56a03728e.tar.gz
fsf-binutils-gdb-c9e10a082cb4ee77a9acbd9b2d54c0f56a03728e.tar.bz2
* configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
build PA64 ELF tools. * configure: Rebuilt.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in18
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 ;;