diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-13 09:19:24 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-13 09:19:24 +0000 |
commit | 5db0dcd07146bd2515187aba61037bd4eac97f90 (patch) | |
tree | 9a0ae1da3b521275708a5dde9ad949db9df6db66 /Makefile.in | |
parent | 9d3b5f98f208b2e4489e9bc1530dd6a67874f7ad (diff) | |
download | gcc-5db0dcd07146bd2515187aba61037bd4eac97f90.tar.gz |
2010-01-13 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 155849
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@155852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index a86eb5db9f3..bfad2af3edf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57413,14 +57413,14 @@ all-stageprofile-libcpp: maybe-all-stageprofile-intl all-stagefeedback-libcpp: maybe-all-stagefeedback-intl all-fixincludes: maybe-all-libiberty all-gnattools: maybe-all-target-libada -all-lto-plugin: maybe-all-libiberty - -all-stage1-lto-plugin: maybe-all-stage1-libiberty -all-stage2-lto-plugin: maybe-all-stage2-libiberty -all-stage3-lto-plugin: maybe-all-stage3-libiberty -all-stage4-lto-plugin: maybe-all-stage4-libiberty -all-stageprofile-lto-plugin: maybe-all-stageprofile-libiberty -all-stagefeedback-lto-plugin: maybe-all-stagefeedback-libiberty +all-lto-plugin: maybe-all-gcc + +all-stage1-lto-plugin: maybe-all-stage1-gcc +all-stage2-lto-plugin: maybe-all-stage2-gcc +all-stage3-lto-plugin: maybe-all-stage3-gcc +all-stage4-lto-plugin: maybe-all-stage4-gcc +all-stageprofile-lto-plugin: maybe-all-stageprofile-gcc +all-stagefeedback-lto-plugin: maybe-all-stagefeedback-gcc configure-mpfr: maybe-all-gmp configure-stage1-mpfr: maybe-all-stage1-gmp |