From 5569a85f45e4df3563254cea4caa02c7cb092480 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 13 May 2015 17:32:01 +0100 Subject: Disable the configuration of GDB for HPUX targets. * configure.ac: Disable configuration of GDB for HPUX targets. * configure: Regenerate. --- configure.ac | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a81d781..8132df0 100644 --- a/configure.ac +++ b/configure.ac @@ -1116,6 +1116,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*) @@ -1125,9 +1131,6 @@ case "${target}" in hppa*-*-openbsd* | \ hppa*64*-*-*) ;; - hppa*-hp-hpux11*) - noconfigdirs="$noconfigdirs ld" - ;; hppa*-*-pro*) ;; hppa*-*-*) @@ -1142,7 +1145,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. -- cgit v1.1