From: Jose V Beneyto Date: Wed, 14 Aug 2013 10:33:34 +0000 (+0000) Subject: Fixed default (mainline) toolchain to use X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=9b8bb58b64821151307f87723ecbabb0ac540752;p=kernel%2Fvexpress.git Fixed default (mainline) toolchain to use --- 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