summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-05 23:11:16 +0000
committerRoland McGrath <roland@gnu.org>2002-09-05 23:11:16 +0000
commit0f42bcef9875361fe7987cd85b534db2138a67c5 (patch)
treeb3615792278a88bf1b6792f700aca92255303fa9 /Makeconf
parent9724151391d029a84bce3d84d3c8f2dfe06b220e (diff)
2002-09-05 Roland McGrath <roland@frob.com>
* Makeconf (CPPFLAGS): Add -std=gnu99 option.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0aaa9aab..d544774f 100644
--- a/Makeconf
+++ b/Makeconf
@@ -62,7 +62,8 @@ ifneq (.,$(dir))
INCLUDES += -I.. $(top_srcdirinc)
endif
INCLUDES += -I$(..)include -I$(top_srcdir)/include
-CPPFLAGS += $(INCLUDES) -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \
+CPPFLAGS += -std=gnu99 $(INCLUDES) \
+ -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \
$($*-CPPFLAGS)
CFLAGS += -Wall -g -O3