Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sithtoast authored Jan 15, 2024
1 parent dc268b3 commit 6e78d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e78d06

Please sign in to comment.