diff options
author | Nick Clifton <nickc@redhat.com> | 2009-01-15 12:55:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-01-15 12:55:46 +0000 |
commit | e67de9c4083ea465357e9dd982e1c9be8d3ae9cc (patch) | |
tree | d8090410e43b5cd290d6671eb222a5b8d507eea3 /configure.ac | |
parent | 3a910fb838b06f989303f531482efb1189017055 (diff) | |
download | gdb-e67de9c4083ea465357e9dd982e1c9be8d3ae9cc.tar.gz |
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
* configure: Regenerate.
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 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) |