From: marcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Sat, 20 Feb 2010 21:32:09 +0000 (+0000)
Subject: But let people override CROSS if they reall want to ;)
X-Git-Tag: v1.0.0~354
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c062856a74bee13df6d41181dee8c920d405f409?hp=272e55ca64b5ee35e483f2ad2327a2e147f97779

But let people override CROSS if they reall want to ;)
---

diff --git a/common/Makefile.common b/common/Makefile.common
index 0d0e2e82..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-eabi-
+CROSS  ?= arm-eabi-
 CC	= $(CROSS)gcc
 AS	= $(CROSS)as
 LD	= $(CROSS)ld