Moving the docker specific stuff out into another repo

This commit is contained in:
karllurman
2018-11-01 15:48:03 +11:00
parent c77726093b
commit e786b4ffe9
2 changed files with 1 additions and 52 deletions

View File

@@ -3,8 +3,7 @@
SHELL = /bin/bash -o pipefail
# using gcc version 5.4.1 20161213 (Linaro GCC 5.4-2017.01-rc2)
# This is the location of the linaro compiler in the wsbu/toolchain-linaro docker container
BASE = /opt/linaro/bin/arm-linux-gnueabihf
BASE = arm-linux-gnueabihf
CC = $(BASE)-gcc
LD = $(CC)