From a3d2f9f8fd8681756fc7669470af8d1b9d15c86c Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 14 Aug 2013 10:07:18 +0000 Subject: [PATCH] Fixed compiler for TARGET and removed DEVICE in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 54c8259..764262e 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,7 @@ TOPDIR = $(shell pwd) include $(TOPDIR)/../toolchain/vars.mk -TARGET = arm-crux-linux-gnueabi -DEVICE = versatile +TARGET = arm-crux-linux-gnueabihf WORK = $(TOPDIR)/work CLFS = $(TOPDIR)/../toolchain/clfs -- 2.26.2