aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-05-16 09:03:22 +0000
committerPaolo Bonzini <bonzini@gnu.org>2007-05-16 09:03:22 +0000
commit8ee82aff445c6ba118ca1afcf89213cd25490b56 (patch)
treebebd3bcd58e6eed590029036a9866ec9b32b3455 /ChangeLog
parent07abfebf80b9f27762cf84c1da6e01e246dd1d2c (diff)
downloadgdb-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4995248..e080b8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.