]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
But let people override CROSS if they reall want to ;)
authormarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 20 Feb 2010 21:32:09 +0000 (21:32 +0000)
committermarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 20 Feb 2010 21:32:09 +0000 (21:32 +0000)
common/Makefile.common

index 0d0e2e8239668e260eb4c39a745fa5b96efa813d..e29347929e50f785fd567e81339ea3a98cf71433 100644 (file)
@@ -9,7 +9,7 @@
 # (The including Makefile still needs to define what 'all' is)
 all:
 
 # (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
 CC     = $(CROSS)gcc
 AS     = $(CROSS)as
 LD     = $(CROSS)ld
Impressum, Datenschutz