mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
But let people override CROSS if they reall want to ;)
This commit is contained in:
parent
272e55ca64
commit
c062856a74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue