summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-09-17 20:42:06 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-09-17 20:42:06 +0000
commit7bdbf371e19507cfa039e3aa14c2d746a9db90a5 (patch)
treeecc7cce378d3219330a5d642a0409b34c64c3f53 /ChangeLog
parenta4e720458600535b4ec46bd10617ac9c9d837c94 (diff)
2002-09-17 Marcus Brinkmann <marcus@gnu.org>
* Makeconf (CPPFLAGS): Move -std=gnu99 option to ... (CFLAGS): ... here. pfinet/ 2002-09-17 Marcus Brinkmann <marcus@gnu.org> * Makefile: Revert last change. * glue-include/asm/spinlock.h (SPIN_LOCK_UNLOCKED): Do not use a compound literal, which is not constant.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac66e0cc..d68f1f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-09-17 Marcus Brinkmann <marcus@gnu.org>
+ * Makeconf (CPPFLAGS): Move -std=gnu99 option to ...
+ (CFLAGS): ... here.
+
* Makefile (prog-subdirs): Add console-client.
2002-09-05 Roland McGrath <roland@frob.com>