From 15d4da9b816a81378f381165edaeec7133c9f3e0 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 7 Jan 2022 08:38:27 +1100 Subject: [PATCH] Update Makefile --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index 678a8c78..74082f56 100644 --- a/source/Makefile +++ b/source/Makefile @@ -165,7 +165,7 @@ bootldr_size=0x0 # Flags CPUFLAGS= -march=rv32imac \ -mabi=ilp32 \ - -mcmodel=medany -fsigned-char -fno-builtin + -mcmodel=medany -fsigned-char DEV_LDFLAGS=-nostartfiles -Xlinker --gc-sections -u _isatty -u _write -u _sbrk -u _read -u _close -u _fstat -u _lseek --specs=patch.specs