From 7b300a052c8e4ccba097caaf3be399d168568b74 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 6 Dec 2020 15:17:55 +0500 Subject: [PATCH] Do not use "-nostdinc" option --- kernelmq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernelmq/Makefile b/kernelmq/Makefile index 9614779..b60269b 100644 --- a/kernelmq/Makefile +++ b/kernelmq/Makefile @@ -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