diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2012-10-22 07:32:04 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2012-10-22 07:32:04 +0000 |
commit | b3676d82d7039ba759abd39223d75cc81388b468 (patch) | |
tree | 6ddbc80adb4132755b5ff729afe0cb4c589abf1c /ChangeLog | |
parent | a8f9d13eda525d42916c33b0a9f4b98ca84f3aab (diff) | |
download | gdb-b3676d82d7039ba759abd39223d75cc81388b468.zip gdb-b3676d82d7039ba759abd39223d75cc81388b468.tar.gz gdb-b3676d82d7039ba759abd39223d75cc81388b468.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +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 David Holsgrove <david.holsgrove@xilinx.com> * config.guess, config.sub: Include updated version from |