From: Jose V Beneyto Date: Mon, 16 Sep 2013 09:14:12 +0000 (+0000) Subject: Fixed toolchain dir for 3.0 (now mainline is hardfp) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=b7331cb9f4203acf72f5be92e53a1ec2ea70f832;p=kernel%2Fcubieboard2.git Fixed toolchain dir for 3.0 (now mainline is hardfp) --- 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