From 00c0e221b77e658b0360dc18f15efbbc8085a6ec Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 28 May 2015 19:12:06 +0200 Subject: o Lots of improvements, almost a rewrite. --- Makefile.posix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.posix') 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 + -- cgit v1.2.3