X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/59936251ffa2fef71f48aa517ba8b3296a66dc18..a665f74081aaaa3a02b6760776e19d388cb89704:/common/Makefile.common?ds=sidebyside 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