public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] root configure changes for ia64-hpux
@ 2011-01-13 18:53 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2011-01-13 18:53 UTC (permalink / raw)
  To: gdb-patches

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

Hello,

I've just applied the following patch to keep the root configure
synchronized between src and gcc.  It's a small part of a larger
patch which I applied on the GDB side to add support for ia64-hpux.

Thanks,
-- 
Joel

[-- Attachment #2: ia64-hpux.diff --]
[-- Type: text/x-diff, Size: 1693 bytes --]

commit 3764b95731a868544ee034cb43d0c0f9f3d1b7aa
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Wed Dec 15 07:58:34 2010 -0500

    port GDB to ia64-hpux (native).
    
    ChangeLog:
    
            * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
            for ia64-hpux.
            * configure: Regenerate.
    
diff --git a/ChangeLog b/ChangeLog
index 5a48a71..668a60c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-13  Joel Brobecker  <brobecker@adacore.com>
+
+	* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
+	for ia64-hpux.
+	* configure: Regenerate.
+
 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	Sync from GCC:
diff --git a/configure b/configure
index 66ca5d3..5e469f4 100755
--- a/configure
+++ b/configure
@@ -3353,8 +3353,8 @@ case "${target}" in
     noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
     ;;
   ia64*-**-hpux*)
-    # No gdb or ld support yet.
-    noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
+    # No ld support yet.
+    noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
     ;;
   ia64*-*-*vms*)
     # No gdb or ld support yet.
diff --git a/configure.ac b/configure.ac
index 4807ffb..c7a86e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -804,8 +804,8 @@ case "${target}" in
     noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
     ;;
   ia64*-**-hpux*)
-    # No gdb or ld support yet.
-    noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
+    # No ld support yet.
+    noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
     ;;
   ia64*-*-*vms*)
     # No gdb or ld support yet.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-13 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-13 18:53 [PATCH] root configure changes for ia64-hpux Joel Brobecker

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).