diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-04-14 09:48:21 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2010-04-14 09:48:21 +0000 |
commit | 8406cb626054654856b14d9684d3a4919bfec546 (patch) | |
tree | f78f04943e4f6e893fffa18b9c5151c2066b10c4 | |
parent | 0fcbf3ed807616e9718e202621bdfe9b5b558f86 (diff) | |
download | gcc-8406cb626054654856b14d9684d3a4919bfec546.tar.gz |
Synchronize with src/.
2010-04-14 Tristan Gingold <gingold@adacore.com>
* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
* configure: Regenerate.
From-SVN: r158341
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c6c8ad2104a..37a73cdcc69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-14 Tristan Gingold <gingold@adacore.com> + + * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. + * configure: Regenerate. + 2010-04-13 Steve Ellcey <sje@cup.hp.com> * configure: Regenerate after change to elf.m4. 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 diff --git a/configure.ac b/configure.ac index 2e8dbe0e9bd..43d6d5d4511 100644 --- a/configure.ac +++ b/configure.ac @@ -547,7 +547,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 |