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