summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-04-14 09:48:21 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2010-04-14 09:48:21 +0000
commit8406cb626054654856b14d9684d3a4919bfec546 (patch)
treef78f04943e4f6e893fffa18b9c5151c2066b10c4
parent0fcbf3ed807616e9718e202621bdfe9b5b558f86 (diff)
downloadgcc-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--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
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