mirror of
https://github.com/tailix/kernel.git
synced 2025-04-14 17:33:13 -04:00
Do not use "-nostdinc" option
This commit is contained in:
parent
a3e6bdd0c2
commit
7b300a052c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ LD = $(CCPREFIX)ld
|
|||
|
||||
KERNEL = kernelmq.multiboot2
|
||||
|
||||
CFLAGS = -std=gnu99 -ffreestanding -nostdinc -fno-builtin -fno-stack-protector -Wall -Wextra -I/usr/local/include
|
||||
CFLAGS = -std=gnu99 -ffreestanding -fno-builtin -fno-stack-protector -Wall -Wextra -I/usr/local/include
|
||||
|
||||
# Architecture-dependent
|
||||
OBJS = start.s.o
|
||||
|
|
Loading…
Add table
Reference in a new issue