From bbf92e749e7a3e4edac2889650aa835ae309c242 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 8 Apr 2010 10:31:50 +0200 Subject: [PATCH] fixed toolchain's patch for noeabi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de5936a..2ff7501 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGET = arm-unknown-linux-gnu TOPDIR = $(shell pwd) WORK = $(PWD)/work -CROSSTOOLS = $(TOPDIR)/../../toolchain/crosstools +CROSSTOOLS = $(TOPDIR)/../../toolchain-noeabi/crosstools GIT_REPOSITORY = git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git KERNEL_VERSION = 2.6.19 -- 2.26.2