]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
correct paths for devkitPro Linux development environment
authoradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 22 Feb 2010 12:36:42 +0000 (12:36 +0000)
committeradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 22 Feb 2010 12:36:42 +0000 (12:36 +0000)
common/Makefile.common

index 3dbb55c0bb58542b45ff54daaaa2263bd6841503..7072ede535306a46b91e26e52fb9d90b4a38ad77 100644 (file)
@@ -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
 
Impressum, Datenschutz