From dd29abb8e5a0dc4d3cb854a1e2da16549494e525 Mon Sep 17 00:00:00 2001 From: Damien Ciabrini Date: Sun, 3 Mar 2024 15:31:58 +0100 Subject: [PATCH] Bump dependency to SDCC 4.4 SDCC 4.2 doesn't build anymore on arm macOS Sonora. Bump dependency to a version that supports this OS combination. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08f05d4..68944ea 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ SRC_BINUTILS=binutils-2.35.2 SRC_GCC=gcc-11.4.0 SRC_NEWLIB=newlib-4.0.0 SRC_GDB=gdb-9.2 -SRC_SDCC=sdcc-src-4.2.0 +SRC_SDCC=sdcc-src-4.4.0 TOOLCHAIN=ngbinutils nggcc ngnewlib ngsdcc nggdb