diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-05-16 09:03:22 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-05-16 09:03:22 +0000 |
commit | 8ee82aff445c6ba118ca1afcf89213cd25490b56 (patch) | |
tree | bebd3bcd58e6eed590029036a9866ec9b32b3455 /ChangeLog | |
parent | 07abfebf80b9f27762cf84c1da6e01e246dd1d2c (diff) | |
download | gdb-8ee82aff445c6ba118ca1afcf89213cd25490b56.zip gdb-8ee82aff445c6ba118ca1afcf89213cd25490b56.tar.gz gdb-8ee82aff445c6ba118ca1afcf89213cd25490b56.tar.bz2 |
2007-05-16 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
stage_cflags.
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
Remove CFLAGS/LIBCFLAGS.
(configure-stage[+id+]-[+prefix+][+module+],
all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
* Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-05-16 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.def (bootstrap_stage): Replace stage_make_flags with + stage_cflags. + * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS): + Remove CFLAGS/LIBCFLAGS. + (configure-stage[+id+]-[+prefix+][+module+], + all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+]. + * Makefile.in: Regenerate. + 2007-04-14 Steve Ellcey <sje@cup.hp.com> * config-ml.in: Update from GCC. |