summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2015-05-13 17:32:01 +0100
committerNick Clifton <nickc@redhat.com>2015-05-13 17:32:01 +0100
commit5569a85f45e4df3563254cea4caa02c7cb092480 (patch)
tree9fd3df260ab84bb74d189c5183a8b6c8bca21be8 /configure
parentdc58915f3af581f32d575acd37e0cfe047c7990b (diff)
downloadbinutils-gdb-5569a85f45e4df3563254cea4caa02c7cb092480.tar.gz
Disable the configuration of GDB for HPUX targets.
* configure.ac: Disable configuration of GDB for HPUX targets. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure b/configure
index 426eece8764..a2e253ab7c4 100755
--- a/configure
+++ b/configure
@@ -3776,6 +3776,12 @@ case "${target}" in
;;
hppa1.1-*-osf* | hppa1.1-*-bsd* )
;;
+ hppa*64*-*-hpux*)
+ noconfigdirs="$noconfigdirs gdb"
+ ;;
+ hppa*-*-hpux11*)
+ noconfigdirs="$noconfigdirs gdb ld"
+ ;;
hppa*64*-*-linux*)
;;
hppa*-*-linux*)
@@ -3785,9 +3791,6 @@ case "${target}" in
hppa*-*-openbsd* | \
hppa*64*-*-*)
;;
- hppa*-hp-hpux11*)
- noconfigdirs="$noconfigdirs ld"
- ;;
hppa*-*-pro*)
;;
hppa*-*-*)
@@ -3802,7 +3805,7 @@ case "${target}" in
;;
ia64*-**-hpux*)
# No ld support yet.
- noconfigdirs="$noconfigdirs libgui itcl ld"
+ noconfigdirs="$noconfigdirs gdb libgui itcl ld"
;;
ia64*-*-*vms*)
# No ld support yet.