mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
common/Makefile.common: Revert the DEVKITARM change. Just need to put the cross compiler in the path. No need to hardcode for a given distribution and a given version.
This commit is contained in:
parent
212ef3a04d
commit
a63deed172
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ PATHSEP=/
|
|||
FLASH_TOOL=client/flasher
|
||||
DETECTED_OS=UNAME
|
||||
# You may/should set this in your environment
|
||||
LIBGCC ?= $(DEVKITARM)/lib/gcc/arm-eabi/4.4.2/libgcc.a
|
||||
LIBGCC ?= $(shell $(CC) -print-libgcc-file-name)
|
||||
PATH := $(PATH):$(DEVKITARM)/bin
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue