mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +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)
|
# (The including Makefile still needs to define what 'all' is)
|
||||||
all:
|
all:
|
||||||
|
|
||||||
CROSS = arm-eabi-
|
CROSS ?= arm-eabi-
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
LD = $(CROSS)ld
|
LD = $(CROSS)ld
|
||||||
|
|
Loading…
Reference in a new issue