diff options
author | Ian Lance Taylor <iant@google.com> | 2009-10-07 05:41:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2009-10-07 05:41:23 +0000 |
commit | aeb94799d1eccce7fad688b15d80e1552257281a (patch) | |
tree | 82e743755acbf084eedbdf00f2334a09c169f9b3 /Makefile.in | |
parent | 28fccf2c731d82572b7b426a001a4897d51bd087 (diff) | |
download | gcc-aeb94799d1eccce7fad688b15d80e1552257281a.tar.gz |
Makefile.def: check-gold depends upon all-gas.
* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.
From-SVN: r152514
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8738cd49f30..afff42e2601 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |