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:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-06 14:32:11 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-06 14:32:11 +0400
commit0390476c474927f99829fe1813938a47815ed49e (patch)
tree1b81c5dac2f20c0445cdfbebe08790ddff2545a1 /winsup/ChangeLog
parent8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592 (diff)
* Makefile.common (ALL_CFLAGS): Change := to = to allow overriding in
dependent Makefiles.
Diffstat (limited to 'winsup/ChangeLog')
-rw-r--r--winsup/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 09a3436b1..9bebbe46c 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-06 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding in
+ dependent Makefiles.
+
2012-01-09 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.