X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/93f57590455b1c57ff09119b1de407ccd1d7ed62..6c5ad038603d132d10802eecbef5c2f2547d94ae:/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