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