aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-09-09 22:44:13 +0000
committerRob Savoye <rob@cygnus>1994-09-09 22:44:13 +0000
commitcc5702bddd24e783b45a95539e3853ad14d0ed4c (patch)
treeff1b4045ac35c91fcbcbc81f3bd46053f86c56c4 /gdb/configure.in
parent67ff4a5616b8dd9a7640a796f662a036c8469e09 (diff)
downloadgdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.zip
gdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.tar.gz
gdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.tar.bz2
GDB support for HP-PRO.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 9ed3b46..ddb37b8 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -1,6 +1,6 @@
# This file is a shell script fragment that supplies the information
# necessary to tailor a template configure script into the configure
-# script appropriate for this directory. For more information, check
+# script approriate for this directory. For more information, check
# any existing configure script.
srcname="GDB"
@@ -198,6 +198,7 @@ h8500-*-*) gdb_target=h8500hms ;;
sh-*-*) gdb_target=sh ;;
hppa*-*-bsd*) gdb_target=hppabsd ;;
+hppa*-*-pro*) gdb_target=hppapro ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;
hppa*-*-hiux*) gdb_target=hppahpux ;;
hppa*-*-osf*) gdb_target=hppaosf ;;