diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-01 21:28:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-01 21:28:15 +0200 |
commit | de1e9823e5f8aafbb626ad746b985765e39da74f (patch) | |
tree | 753f5fb86fe5e561ee60e0c524176b0d773bae98 /Makefile | |
parent | fix some more errors (diff) | |
download | slibc-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |