From 8406cb626054654856b14d9684d3a4919bfec546 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 14 Apr 2010 09:48:21 +0000 Subject: [PATCH] Synchronize with src/. 2010-04-14 Tristan Gingold * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. * configure: Regenerate. From-SVN: r158341 --- ChangeLog | 5 +++++ configure | 2 +- 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 + + * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. + * configure: Regenerate. + 2010-04-13 Steve Ellcey * 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