From: Douglas B Rupp Date: Thu, 15 Jan 2009 13:14:16 +0000 (+0000) Subject: configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. X-Git-Tag: releases/gcc-4.4.0~860 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52535a64bf7645528bea628863a96a1588de0ac7;p=thirdparty%2Fgcc.git 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 --- diff --git a/ChangeLog b/ChangeLog index eec5318c2791..5b977b3d2e09 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 d21c8205c935..7536c5efa5be 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 3ab54a788a6a..6e6df1835ede 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)