From cbe93e70eae3aeb9f9cc5564bcb7e7aed4d25da0 Mon Sep 17 00:00:00 2001 From: William Holt Date: Mon, 15 Jan 2024 15:34:38 -0500 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b856549..dcf2d9ce 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-none-linux-gnueabihf +BASE = arm-linux-gnueabihf CC = $(BASE)-gcc LD = $(BASE)-ld