summaryrefslogtreecommitdiff
path: root/Makeconf
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 /Makeconf
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 'Makeconf')
-rw-r--r--Makeconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconf b/Makeconf
index d544774f..8c84910a 100644
--- a/Makeconf
+++ b/Makeconf
@@ -62,10 +62,10 @@ ifneq (.,$(dir))
INCLUDES += -I.. $(top_srcdirinc)
endif
INCLUDES += -I$(..)include -I$(top_srcdir)/include
-CPPFLAGS += -std=gnu99 $(INCLUDES) \
+CPPFLAGS += $(INCLUDES) \
-D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \
$($*-CPPFLAGS)
-CFLAGS += -Wall -g -O3
+CFLAGS += -std=gnu99 -Wall -g -O3
# Include the configure-generated file of parameters.
# This sets up variables for build tools and installation directories.