mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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
|
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 ?= $(shell $(CC) -print-file-name=interwork/libgcc.a)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue