diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-24 22:34:31 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-24 22:34:31 +0000 |
commit | 1a6f2dc7d681432fd0191b59042e8c9db8f8c179 (patch) | |
tree | e3680633829eadb2434cbb01a54438c2f610cad2 /ChangeLog | |
parent | 78a1a89446001cbf31afab01607aa6be84a3835d (diff) | |
download | gdb-1a6f2dc7d681432fd0191b59042e8c9db8f8c179.zip gdb-1a6f2dc7d681432fd0191b59042e8c9db8f8c179.tar.gz gdb-1a6f2dc7d681432fd0191b59042e8c9db8f8c179.tar.bz2 |
* configure.in (top level bootstrap support): Rework --enable-werror
to set @stage2_werror_flag@.
* configure: Regenerate.
* Makefile.tpl (top level bootstrap support): Pass
@stage2_werror_flag@ down to configure in stages 2 and 3.
* Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org> + + * configure.in (top level bootstrap support): Rework --enable-werror + to set @stage2_werror_flag@. + * configure: Regenerate. + * Makefile.tpl (top level bootstrap support): Pass + @stage2_werror_flag@ down to configure in stages 2 and 3. + * Makefile.in: Regenerate. + 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure |