Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2007-05-16 13:03:22 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2007-05-16 13:03:22 +0400
commit2ba0944446523f33f8f0f91b334eddd7f627e08e (patch)
treebb09233e4487c26c19ea03baee749b9bb5bf03f1 /ChangeLog
parentf9a963b8a0ce302d51172a097fb1fe106ad417f6 (diff)
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 4995248b1..e080b8fbf 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.