X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/38c4979dae8b7a215d356ceaa5a386ccbb126e38..0546b4aaf7872ae3e61c5df51250b23323787256:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index d8968327..0e3bdd1e 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -20,7 +20,7 @@ platform = $(shell uname) all: -CROSS ?= arm-none-eabi- +CROSS ?= arm-eabi- CC = $(CROSS)gcc AS = $(CROSS)as LD = $(CROSS)ld