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 | 19e99079b280ee0e16b294ef5da3f5b20d0f0a8f (patch) | |
tree | 1ef40de7bb5069d7ec1dd557c250152d100a69d3 | |
parent | 01e1a5bc1257af9e193d00fd4dce10fa3f1f3d75 (diff) | |
download | binutils-19e99079b280ee0e16b294ef5da3f5b20d0f0a8f.tar.gz binutils-19e99079b280ee0e16b294ef5da3f5b20d0f0a8f.tar.bz2 binutils-19e99079b280ee0e16b294ef5da3f5b20d0f0a8f.zip |
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 13 insertions, 0 deletions
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) |