From d79f111260b25efd6d451d4512e63e60aded2b11 Mon Sep 17 00:00:00 2001 From: karllurman Date: Wed, 31 Oct 2018 15:05:11 +1100 Subject: [PATCH] Make file points to the appropriate toolchain GCC and G++ bins in /opt/linaro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79b1bd0..fb87d2b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/bash -o pipefail # using gcc version 5.4.1 20161213 (Linaro GCC 5.4-2017.01-rc2) -BASE = arm-linux-gnueabihf +BASE = /opt/linaro/bin/arm-linux-gnueabihf CC = $(BASE)-gcc LD = $(CC)