diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-17 20:42:06 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-17 20:42:06 +0000 |
commit | 7bdbf371e19507cfa039e3aa14c2d746a9db90a5 (patch) | |
tree | ecc7cce378d3219330a5d642a0409b34c64c3f53 /pfinet/ChangeLog | |
parent | a4e720458600535b4ec46bd10617ac9c9d837c94 (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 'pfinet/ChangeLog')
-rw-r--r-- | pfinet/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 09df5fbe..f3438dbc 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,5 +1,9 @@ 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. + * Makefile: For now, filter -std=gnu99 out of CPPFLAGS. 2002-06-15 Roland McGrath <roland@frob.com> |