X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d5be6f7cd4bedb62331f1ab61c63e74897b17d46..5ed2c738ed5b4357617ad5f54cc716ef5ae01182:/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