X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a665f74081aaaa3a02b6760776e19d388cb89704..6e4d4ee6096285692f247a44b59be7888bef9dd0:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index 66bdddab..c2903a8f 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -33,7 +33,7 @@ PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME # You may/should set this in your environment -LIBGCC ?= $(shell $(CC) -print-file-name=interwork/libgcc.a) +LIBGCC ?= $(shell $(CC) -print-libgcc-file-name) else