From a1a97aa7b2b0c3d1f3b6766446d605f83de1c561 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 7 Apr 2023 19:02:18 -0400 Subject: stuff and things --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e683c86..4406ac9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET?=virt CROSS_COMPILE?=riscv64-unknown-elf- GDB_PORT?=1234 -CFLAGS=-nostdlib -ffreestanding -mcmodel=medany -nostdinc -I${.CURDIR}/include +CFLAGS=-nostdlib -ffreestanding -mcmodel=medany -I${.CURDIR}/include .export sys: ${SRC} lib/build/libc.a -- cgit v1.2.3