Make file points to the appropriate toolchain GCC and G++ bins in /opt/linaro

This commit is contained in:
karllurman
2018-10-31 15:05:11 +11:00
parent c4cb8265d3
commit d79f111260

View File

@@ -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)