X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d5be6f7cd4bedb62331f1ab61c63e74897b17d46..d24438f85c6549479b7ca00e1096c1a7cde15e5b:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index c2903a8f..66bdddab 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-libgcc-file-name) +LIBGCC ?= $(shell $(CC) -print-file-name=interwork/libgcc.a) else