mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
Use the interworking version of libgcc.a
This commit is contained in:
parent
59936251ff
commit
a665f74081
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PATHSEP=/
|
|||
FLASH_TOOL=client/flasher
|
||||
DETECTED_OS=UNAME
|
||||
# You may/should set this in your environment
|
||||
LIBGCC ?= $(shell $(CC) -print-libgcc-file-name)
|
||||
LIBGCC ?= $(shell $(CC) -print-file-name=interwork/libgcc.a)
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue