diff options
author | Ian Lance Taylor <iant@google.com> | 2008-04-07 22:36:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2008-04-07 22:36:37 +0000 |
commit | 06407e30fd47563dabeaa37e033fd99e8bc8181c (patch) | |
tree | dcd90041fc7492d25100b2dfabfe906255255d34 | |
parent | 7286c376998c9b9d1a6eab0cf61ab983c8286b2e (diff) | |
download | gcc-06407e30fd47563dabeaa37e033fd99e8bc8181c.zip gcc-06407e30fd47563dabeaa37e033fd99e8bc8181c.tar.gz gcc-06407e30fd47563dabeaa37e033fd99e8bc8181c.tar.bz2 |
Makefile.def: check-gold depends upon all-binutils.
* Makefile.def: check-gold depends upon all-binutils.
* Makefile.in: Regenerate.
From-SVN: r133992
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.def | 1 | ||||
-rw-r--r-- | Makefile.in | 10 |
3 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-04-07 Ian Lance Taylor <iant@google.com> + + * Makefile.def: check-gold depends upon all-binutils. + * Makefile.in: Regenerate. + 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/Makefile.def b/Makefile.def index 0791ed8..203dd1d 100644 --- a/Makefile.def +++ b/Makefile.def @@ -382,6 +382,7 @@ dependencies = { module=all-gold; on=all-intl; }; 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=configure-opcodes; on=configure-intl; }; dependencies = { module=all-opcodes; on=all-bfd; }; diff --git a/Makefile.in b/Makefile.in index ff3e907..edd2984 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53351,6 +53351,16 @@ all-stageb3g2-gold: maybe-all-build-byacc all-stage4-gold: maybe-all-build-byacc all-stageprofile-gold: maybe-all-build-byacc all-stagefeedback-gold: maybe-all-build-byacc +check-gold: maybe-all-binutils + +check-stage1-gold: maybe-all-stage1-binutils +check-stage2-gold: maybe-all-stage2-binutils +check-stageb2g0-gold: maybe-all-stageb2g0-binutils +check-stage3-gold: maybe-all-stage3-binutils +check-stageb3g2-gold: maybe-all-stageb3g2-binutils +check-stage4-gold: maybe-all-stage4-binutils +check-stageprofile-gold: maybe-all-stageprofile-binutils +check-stagefeedback-gold: maybe-all-stagefeedback-binutils configure-opcodes: maybe-configure-intl configure-stage1-opcodes: maybe-configure-stage1-intl |