Moving the docker specific stuff out into another repo
This commit is contained in:
3
Makefile
3
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user