diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-08 15:49:38 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-08 15:49:38 +0200 |
| commit | 4fdb0ed3a324adab8d752bdaa58b61ac445fea00 (patch) | |
| tree | d35e93c9971e903c6e3cac45acccb38c170abe9f /Makefile | |
| parent | 12b60a62e6d639f53d64f8a5823870070d8b467b (diff) | |
spinlocks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
