From: Jose V Beneyto Date: Wed, 14 Aug 2013 10:07:18 +0000 (+0000) Subject: Fixed compiler for TARGET and removed DEVICE in Makefile X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=a3d2f9f8fd8681756fc7669470af8d1b9d15c86c Fixed compiler for TARGET and removed DEVICE in Makefile --- 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