Skip to content

Commit e885309

Browse files
author
Eric Botcazou
committed
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.
1 parent 3f30575 commit e885309

File tree

5 files changed

+428
-498
lines changed

5 files changed

+428
-498
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2012-10-22 Eric Botcazou <[email protected]>
2+
3+
PR bootstrap/54820
4+
* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
5+
(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
6+
(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
7+
(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
8+
(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
9+
* Makefile.in: Regenerate.
10+
* configure.ac (have_static_libs): New variable and associated check.
11+
(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
12+
-static-libgcc if stage1_libs is empty and have_static_libs is yes.
13+
* configure: Regenerate.
14+
115
2012-10-10 David Holsgrove <[email protected]>
216

317
* config.guess, config.sub: Include updated version from

0 commit comments

Comments
 (0)