diff options
author | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-14 09:48:21 +0000 |
---|---|---|
committer | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-14 09:48:21 +0000 |
commit | 8e051ef433359a2e2a72702142c30c69b477d746 (patch) | |
tree | f78f04943e4f6e893fffa18b9c5151c2066b10c4 /configure | |
parent | 023285daf7b8c6ca36365d3340e6131279c3a356 (diff) | |
download | gcc-8e051ef433359a2e2a72702142c30c69b477d746.tar.gz |
Synchronize with src/.
2010-04-14 Tristan Gingold <gingold@adacore.com>
* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index c069f93842c..115bf29e317 100755 --- a/configure +++ b/configure @@ -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 |