From: adam@algroup.co.uk Date: Mon, 22 Feb 2010 12:36:42 +0000 (+0000) Subject: correct paths for devkitPro Linux development environment X-Git-Tag: v1.0.0~333 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/30351384b6c4c1af28b5ba5e285aca9e13547ebc correct paths for devkitPro Linux development environment --- 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