Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-10-16 09:53:17 +0400
committerIan Lance Taylor <iant@google.com>2009-10-16 09:53:17 +0400
commitb30755749ddd85db2cd2ceb8b6cc929f4f62a140 (patch)
tree3242c03b6d8924c6ad05297ffd8576a2efe86d3a
parent2909e08717472bb95cc42c47257fbf28737cf5a8 (diff)
* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.def1
-rw-r--r--Makefile.in8
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8742ef096..18148bcbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-06 Ian Lance Taylor <iant@google.com>
+
+ * Makefile.def: check-gold depends upon all-gas.
+ * Makefile.in: Rebuild.
+
2009-09-02 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (AWK): Fix typo.
diff --git a/Makefile.def b/Makefile.def
index 5834232f1..cc4032b99 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -424,6 +424,7 @@ dependencies = { module=all-gold; on=all-bfd; };
dependencies = { module=all-gold; on=all-build-bison; };
dependencies = { module=all-gold; on=all-build-byacc; };
dependencies = { module=check-gold; on=all-binutils; };
+dependencies = { module=check-gold; on=all-gas; };
dependencies = { module=configure-opcodes; on=configure-intl; };
dependencies = { module=all-opcodes; on=all-bfd; };
diff --git a/Makefile.in b/Makefile.in
index 7e11774ac..f6c54c224 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55758,6 +55758,14 @@ check-stage3-gold: maybe-all-stage3-binutils
check-stage4-gold: maybe-all-stage4-binutils
check-stageprofile-gold: maybe-all-stageprofile-binutils
check-stagefeedback-gold: maybe-all-stagefeedback-binutils
+check-gold: maybe-all-gas
+
+check-stage1-gold: maybe-all-stage1-gas
+check-stage2-gold: maybe-all-stage2-gas
+check-stage3-gold: maybe-all-stage3-gas
+check-stage4-gold: maybe-all-stage4-gas
+check-stageprofile-gold: maybe-all-stageprofile-gas
+check-stagefeedback-gold: maybe-all-stagefeedback-gas
configure-opcodes: maybe-configure-intl
configure-stage1-opcodes: maybe-configure-stage1-intl