mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
fix compiling under MAC OSX
This commit is contained in:
parent
3d77fdfab5
commit
38c4979dae
3 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ platform = $(shell uname)
|
|||
|
||||
all:
|
||||
|
||||
CROSS ?= arm-eabi-
|
||||
CROSS ?= arm-none-eabi-
|
||||
CC = $(CROSS)gcc
|
||||
AS = $(CROSS)as
|
||||
LD = $(CROSS)ld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue