From 4fdb0ed3a324adab8d752bdaa58b61ac445fea00 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 8 Sep 2014 15:49:38 +0200 Subject: spinlocks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3