diff options
author | Douglas B Rupp <rupp@gnat.com> | 2009-01-15 13:14:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-01-15 13:14:16 +0000 |
commit | 52535a64bf7645528bea628863a96a1588de0ac7 (patch) | |
tree | d5e8ce8b60a8b28fec7536a15fcb9994ae520ee3 /configure.ac | |
parent | 0efc44420bbbcdabc7b0606102f474ae3cea4cf1 (diff) | |
download | gcc-52535a64bf7645528bea628863a96a1588de0ac7.zip gcc-52535a64bf7645528bea628863a96a1588de0ac7.tar.gz gcc-52535a64bf7645528bea628863a96a1588de0ac7.tar.bz2 |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3ab54a7..6e6df18 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) |