1
0
Fork 0
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:
Alex Kotov 2020-12-06 15:17:55 +05:00
parent a3e6bdd0c2
commit 7b300a052c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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