From 52535a64bf7645528bea628863a96a1588de0ac7 Mon Sep 17 00:00:00 2001 From: Douglas B Rupp Date: Thu, 15 Jan 2009 13:14:16 +0000 Subject: [PATCH] configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. * configure: Regenerate. From-SVN: r143394 --- ChangeLog | 5 +++++ configure | 4 ++++ configure.ac | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index eec5318c279..5b977b3d2e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-15 Douglas B Rupp + + * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. + * configure: Regenerate. + 2009-01-12 Ramana Radhakrishnan * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index d21c8205c93..7536c5efa5b 100755 --- a/configure +++ b/configure @@ -2451,6 +2451,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 3ab54a788a6..6e6df1835ed 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)