aboutsummaryrefslogtreecommitdiff
path: root/Makefile.posix
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-05-28 19:12:06 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-05-28 19:12:06 +0200
commit00c0e221b77e658b0360dc18f15efbbc8085a6ec (patch)
treecf9e3b457632964c205ed4ea84b7b3c3958da721 /Makefile.posix
parentbcfa665ebd095aa1c9a13219b421457c72b8a899 (diff)
downloadnrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.gz
nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.bz2
nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.xz
nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.zip
o Lots of improvements, almost a rewrite.
Diffstat (limited to 'Makefile.posix')
-rw-r--r--Makefile.posix8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.posix b/Makefile.posix
index b9e0b44..5439214 100644
--- a/Makefile.posix
+++ b/Makefile.posix
@@ -1,4 +1,4 @@
-GNU_INSTALL_ROOT := /opt/gcc-arm-none-eabi-4_8-2014q2
-GNU_VERSION := 4.8.4
-GNU_PREFIX := arm-none-eabi
-
+GNU_INSTALL_ROOT ?= /opt/gcc-arm-none-eabi-4_8-2014q2
+GNU_VERSION := 4.8.4
+GNU_PREFIX := arm-none-eabi
+