diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-04-14 09:28:48 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-04-14 09:28:48 +0000 |
commit | d594eacc9ee9f3135b25e86834ef271d68ed0bd2 (patch) | |
tree | 3e566f323b1cf35377699bdf29fb878a04a71f7b /configure | |
parent | 8b351884bbc7ae74cad91991c60cbb1cd3f5e59f (diff) | |
download | gdb-d594eacc9ee9f3135b25e86834ef271d68ed0bd2.zip gdb-d594eacc9ee9f3135b25e86834ef271d68ed0bd2.tar.gz gdb-d594eacc9ee9f3135b25e86834ef271d68ed0bd2.tar.bz2 |
2010-04-14 Tristan Gingold <gingold@adacore.com>
* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3310,7 +3310,7 @@ case "${target}" in noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss" ;; alpha*-*-*vms*) - noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}" ;; alpha*-*-linux*) # newlib is not 64 bit ready |