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/Makefile | |
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/Makefile')
-rw-r--r-- | pfinet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index c3ae4c50..b81d3073 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -95,10 +95,6 @@ CPPFLAGS += -imacros $(srcdir)/config.h \ -I$(srcdir)/glue-include \ -I$(srcdir)/linux-src/include -# GCC 3.2 is a bit buggy. See #7946 and #7947 in GCC's GNATS -# database. -CPPFLAGS := $(filter-out -std=gnu99, $(CPPFLAGS)) - asm/checksum.h: ../config.status mkdir -p $(@D) echo > $@.new \ |