public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Disable gdb configuration on hpux
@ 2015-05-10 18:02 John David Anglin
  2015-05-13 16:33 ` Nicholas Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: John David Anglin @ 2015-05-10 18:02 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

The removal of HPUX from the gdb directory broke building binutils, etc, on HPUX.  The attached
change disables configuration of gdb on HPUX.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

I'm not 100% sure that I can install to the binutils-gdb git tree, so please install if okay.

Dave
--
John David Anglin	dave.anglin@bell.net



[-- Attachment #2: binutils-20150506.d.txt --]
[-- Type: text/plain, Size: 962 bytes --]

2015-05-10  John David Anglin  <danglin@gcc.gnu.org>

	* configure.ac: Don't configure gdb for hpux.
	* configure: Regenerated.

diff --git a/configure.ac b/configure.ac
index a81d781..3798800 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*-*-hpux*)
+    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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Disable gdb configuration on hpux
  2015-05-10 18:02 [PATCH] Disable gdb configuration on hpux John David Anglin
@ 2015-05-13 16:33 ` Nicholas Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nicholas Clifton @ 2015-05-13 16:33 UTC (permalink / raw)
  To: John David Anglin, binutils

Hi Dave,

> The removal of HPUX from the gdb directory broke building binutils, etc, on HPUX.  The attached
> change disables configuration of gdb on HPUX.
>
> Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.
>
> I'm not 100% sure that I can install to the binutils-gdb git tree, so please install if okay.

Approved and applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-13 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-10 18:02 [PATCH] Disable gdb configuration on hpux John David Anglin
2015-05-13 16:33 ` Nicholas Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).