aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-19 22:43:49 +0000
committerStu Grossman <grossman@cygnus>1992-06-19 22:43:49 +0000
commit7da1e27dd4814e6e718404f294d3ef63e15054e2 (patch)
tree88de18c03a71c4f3fca192c8d9d597842c686ff6 /gdb/configure.in
parent9aa448333dc03c53f4ed8826251f813123705217 (diff)
downloadgdb-7da1e27dd4814e6e718404f294d3ef63e15054e2.zip
gdb-7da1e27dd4814e6e718404f294d3ef63e15054e2.tar.gz
gdb-7da1e27dd4814e6e718404f294d3ef63e15054e2.tar.bz2
* configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,
hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, munch, partial-stab.h, tm-hppabsd.h, tm-hppahpux.h, xm-hppabsd.h, xm-hppahpux.h: HPPA merge.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 5312f92..ace1ba0 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -155,6 +155,17 @@ arm | merlin | none | np1 | pn | pyramid | tahoe)
gdb_host=${host_cpu}
;;
+hppa)
+ case "${host_vendor}" in
+ hp)
+ case "${host_os}" in
+ hpux) gdb_host=hppahpux ;;
+ bsd) gdb_host=hppabsd ;;
+ esac
+ ;;
+ esac
+ ;;
+
### unhandled hosts
#altosgas
#i386v-g
@@ -326,6 +337,17 @@ rs6000)
gdb_target=rs6000
;;
+hppa)
+ case "${target_vendor}" in
+ hp)
+ case "${target_os}" in
+ hpux) gdb_target=hppahpux ;;
+ bsd) gdb_target=hppabsd ;;
+ esac
+ ;;
+ esac
+ ;;
+
### unhandled targets
# altosgas
# i386v-g