diff options
author | Tristan Gingold <gingold@adacore.com> | 2012-03-05 11:57:17 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2012-03-05 11:57:17 +0000 |
commit | 6cd8cb1dba1c9b317212779191ce8bf06a5a5e96 (patch) | |
tree | e5e412e83ff5eb29ac27c842b5e8029aa9e46b09 /configure.ac | |
parent | a3904c655efec2edc27f72b68280afb4a144cc9a (diff) | |
download | newlib-6cd8cb1dba1c9b317212779191ce8bf06a5a5e96.zip newlib-6cd8cb1dba1c9b317212779191ce8bf06a5a5e96.tar.gz newlib-6cd8cb1dba1c9b317212779191ce8bf06a5a5e96.tar.bz2 |
2012-03-05 Tristan Gingold <gingold@adacore.com>
* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9d48e90..c24fff4 100644 --- a/configure.ac +++ b/configure.ac @@ -929,8 +929,8 @@ case "${target}" in noconfigdirs="$noconfigdirs libgui itcl ld" ;; ia64*-*-*vms*) - # No gdb or ld support yet. - noconfigdirs="$noconfigdirs readline libgui itcl gdb ld" + # No ld support yet. + noconfigdirs="$noconfigdirs libgui itcl ld" ;; i[[3456789]]86-w64-mingw*) ;; |