From 9b8bb58b64821151307f87723ecbabb0ac540752 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 14 Aug 2013 10:33:34 +0000 Subject: [PATCH] Fixed default (mainline) toolchain to use --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3346bdb..e291493 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGET = arm-crux-linux-gnueabihf PWD = $(shell pwd) WORK = $(PWD)/work -CROSSTOOLS = $(PWD)/../../toolchain-hardfp/crosstools +CROSSTOOLS = $(PWD)/../../toolchain/crosstools KERNEL_VERSION = 3.5.4 -- 2.26.2