X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/212ef3a04d19bcb5299c38fd153ee434e0f26efd..a63deed1722fbe3f08d72400793197200ba58062:/common/Makefile.common?ds=sidebyside diff --git a/common/Makefile.common b/common/Makefile.common index 7072ede5..6fb2045f 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -41,7 +41,7 @@ PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME # You may/should set this in your environment -LIBGCC ?= $(DEVKITARM)/lib/gcc/arm-eabi/4.4.2/libgcc.a +LIBGCC ?= $(shell $(CC) -print-libgcc-file-name) PATH := $(PATH):$(DEVKITARM)/bin else