From b7331cb9f4203acf72f5be92e53a1ec2ea70f832 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 16 Sep 2013 09:14:12 +0000 Subject: [PATCH] Fixed toolchain dir for 3.0 (now mainline is hardfp) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f990b9..e43661d 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.4.43-cubieboard2_20130827 -- 2.26.2