X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..c062856a74bee13df6d41181dee8c920d405f409:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index c1193f9a..e2934792 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -9,7 +9,7 @@ # (The including Makefile still needs to define what 'all' is) all: -CROSS = arm-elf- +CROSS ?= arm-eabi- CC = $(CROSS)gcc AS = $(CROSS)as LD = $(CROSS)ld