]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.def: check-gold depends upon all-gas.
authorIan Lance Taylor <iant@google.com>
Wed, 7 Oct 2009 05:41:23 +0000 (05:41 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 7 Oct 2009 05:41:23 +0000 (05:41 +0000)
* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.

From-SVN: r152514

ChangeLog
Makefile.def
Makefile.in

index fc1e037caed4332c9201094cf6749b158160c95a..b68978ca0da9dc2e5dafef0a5f25d5a1502b89cf 100644 (file)
--- 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-10-05  Phil Muldoon  <pmuldoon@redhat.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
@@ -11,7 +16,6 @@
        * configure.ac (host_libs): Add lto-plugin.
        * configure: Regenerate.
 
-
 2009-10-03  Diego Novillo  <dnovillo@google.com>
 
        * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
index 52d486fdb7b088a39bd2f57a482e6162bdaa6e35..5541a67433ef3fe26f7483468dd513693602a00d 100644 (file)
@@ -428,6 +428,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; };
index 8738cd49f30f4148550b54c88e8ef0edcad4f4b0..afff42e26015d625e86b5d0e9896978483b45e9f 100644 (file)
@@ -56734,6 +56734,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