aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-25 17:02:33 +0000
committerJeff Law <law@redhat.com>2000-04-25 17:02:33 +0000
commitcea1ab94e63aaace8c867a9fe1fccbe86a58ac46 (patch)
treee00d636803caccfbd1089e5daf71d94cc60cf194 /gas/configure.in
parente799a695210a55d1ed2a11b85a33a2523aa974e4 (diff)
downloadgdb-cea1ab94e63aaace8c867a9fe1fccbe86a58ac46.zip
gdb-cea1ab94e63aaace8c867a9fe1fccbe86a58ac46.tar.gz
gdb-cea1ab94e63aaace8c867a9fe1fccbe86a58ac46.tar.bz2
* configure.in: Configury support for PA64 (currently disabled).
* configure: Rebuilt.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index d8d6cd4..3d3cf1d 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -199,6 +199,16 @@ 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-*-hpux*) fmt=som em=hppa ;;
hppa-*-mpeix*) fmt=som em=hppa ;;
hppa-*-bsd*) fmt=som em=hppa ;;