diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-10-22 07:27:21 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-10-22 07:27:21 +0000 |
commit | 0b21f5d363e20cb13510ed63dc70ff7fbf7fb7b2 (patch) | |
tree | 95326cac0bf6c125aa3122071cd544b8e7e98091 /ChangeLog | |
parent | 562649ada4de8f4415602b3895e841e8a09ac105 (diff) | |
download | gcc-0b21f5d363e20cb13510ed63dc70ff7fbf7fb7b2.tar.gz |
re PR bootstrap/54820 (ada: cannot find -lstdc++ since 4.8.0 20121002)
PR bootstrap/54820
* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
* Makefile.in: Regenerate.
* configure.ac (have_static_libs): New variable and associated check.
(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
-static-libgcc if stage1_libs is empty and have_static_libs is yes.
* configure: Regenerate.
ada/
* gcc-interface/Make-lang.in (GCC_LINK): Remove hardcoded options.
From-SVN: r192666
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 98a81624101..21abcf792ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ +2012-10-22 Eric Botcazou <ebotcazou@adacore.com> + + PR bootstrap/54820 + * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. + (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. + (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. + * Makefile.in: Regenerate. + * configure.ac (have_static_libs): New variable and associated check. + (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ + -static-libgcc if stage1_libs is empty and have_static_libs is yes. + * configure: Regenerate. + 2012-10-10 Richard Biener <rguenther@suse.de> - * MAINTAINERS: Adjust for changed surename. + * MAINTAINERS: Adjust for changed surname. 2012-10-04 Lawrence Crowl <crowl@google.com> |