summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-07 19:02:18 -0400
committerstefan <stefan@s00.xyz>2023-04-07 19:02:18 -0400
commita1a97aa7b2b0c3d1f3b6766446d605f83de1c561 (patch)
tree445f9419aee4e0ffdb7271d84474452c7e69d225 /Makefile
parentcd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f (diff)
downloadsv-a1a97aa7b2b0c3d1f3b6766446d605f83de1c561.tar.gz
stuff and things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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