From 46276e8caa4de690d143d2241d1872f28d77cf6e Mon Sep 17 00:00:00 2001 From: William Holt Date: Mon, 15 Jan 2024 14:29:45 -0500 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcf2d9ce..7b856549 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/bash -o pipefail MAKEFLAGS += "-j $(shell nproc)" # using gcc version 10.2.1 -BASE = arm-linux-gnueabihf +BASE = arm-none-linux-gnueabihf CC = $(BASE)-gcc LD = $(BASE)-ld