From 19e99079b280ee0e16b294ef5da3f5b20d0f0a8f Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
Date: Thu, 15 Jan 2009 12:55:46 +0000
Subject: [PATCH]         * configure.ac (ia64*-*-*vms*): Add case with no gdb
 or ld support.         * configure: Regenerate.

---
 ChangeLog    | 5 +++++
 configure    | 4 ++++
 configure.ac | 4 ++++
 3 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9ee88bf257d..14ff7fff6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-15  Douglas B Rupp  <rupp@gnat.com>
+
+	* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
+	* configure: Regenerate.
+
 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	Backport link test fix from upstream Libtool:
diff --git a/configure b/configure
index f26e2ba5cb7..26d7b2fab43 100755
--- a/configure
+++ b/configure
@@ -2452,6 +2452,10 @@ case "${target}" in
     # No gdb or ld support yet.
     noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
     ;;
+  ia64*-*-*vms*)
+    # No gdb or ld support yet.
+    noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
+    ;;
   i370-*-opened*)
     ;;
   i[3456789]86-*-coff | i[3456789]86-*-elf)
diff --git a/configure.ac b/configure.ac
index 6efc633c308..ab269c2dc3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -688,6 +688,10 @@ case "${target}" in
     # No gdb or ld support yet.
     noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
     ;;
+  ia64*-*-*vms*)
+    # No gdb or ld support yet.
+    noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
+    ;;
   i370-*-opened*)
     ;;
   i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
-- 
GitLab