summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-08 15:49:38 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-08 15:49:38 +0200
commit4fdb0ed3a324adab8d752bdaa58b61ac445fea00 (patch)
treed35e93c9971e903c6e3cac45acccb38c170abe9f /Makefile
parent12b60a62e6d639f53d64f8a5823870070d8b467b (diff)
spinlocks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33f2d85..4e960d8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ KERNEL_START=0x18000
############ flags ############
-CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0
+CFLAGS=-ffreestanding -std=gnu11 -m32 -fno-asynchronous-unwind-tables -O0
CFLAGS+= -I.
#CFLAGS+=-fdata-sections -ffunction-sections
#CFLAGS+= -Werror