aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 21:28:15 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 21:28:15 +0200
commitde1e9823e5f8aafbb626ad746b985765e39da74f (patch)
tree753f5fb86fe5e561ee60e0c524176b0d773bae98 /Makefile
parentfix some more errors (diff)
downloadslibc-de1e9823e5f8aafbb626ad746b985765e39da74f.tar.gz
slibc-de1e9823e5f8aafbb626ad746b985765e39da74f.tar.bz2
slibc-de1e9823e5f8aafbb626ad746b985765e39da74f.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34ef7a9..eee48ab 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ CCFLAGS_SLIBC_DEFS = -D_SLIBC_SOURCE=1 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -D_SLIBC_
-D_POSIX_C_SOURCE=999999L -D_XOPEN_SOURCE=9999
# Flag that specifies which C dialect the library is written.
-CCFLAGS_CSTD = -std=c11
+CCFLAGS_CSTD = -std=gnu99
# Flags that specify where the system header files (that would in this case
# be this library's header files) are located.