mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 23:54:42 +08:00
correct paths for devkitPro Linux development environment
This commit is contained in:
parent
7b93d91671
commit
30351384b6
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ PATHSEP=/
|
||||||
FLASH_TOOL=client/flasher
|
FLASH_TOOL=client/flasher
|
||||||
DETECTED_OS=UNAME
|
DETECTED_OS=UNAME
|
||||||
# You may/should set this in your environment
|
# You may/should set this in your environment
|
||||||
LIBGCC ?= $(shell $(CC) -print-libgcc-file-name)
|
LIBGCC ?= $(DEVKITARM)/lib/gcc/arm-eabi/4.4.2/libgcc.a
|
||||||
|
PATH := $(PATH):$(DEVKITARM)/bin
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue