From 0e254f82066b14b7819c4beb55b127ee81e1a309 Mon Sep 17 00:00:00 2001 From: Ryan Mullen Date: Thu, 1 Nov 2012 21:45:16 -0400 Subject: [PATCH] Update Makefile for hardfloat toolchain and latest kernel config --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c68fd83..e3568de 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ # src/kernel/cubox/Makefile # -TARGET = arm-crux-linux-gnueabi +TARGET = arm-crux-linux-gnueabihf PWD = $(shell pwd) WORK = $(PWD)/work -CROSSTOOLS = $(PWD)/../../toolchain/crosstools +CROSSTOOLS = $(PWD)/../../toolchain-hardfp/crosstools -KERNEL_VERSION = 2.6.32.9-cubox_20120605 +KERNEL_VERSION = 3.5.3-cubox_20121014 .PHONY: all clean image modules map config -- 2.26.2