]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
common/Makefile.common: Revert the DEVKITARM change. Just need to put the cross compi...
authorizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 26 Feb 2010 13:06:07 +0000 (13:06 +0000)
committerizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 26 Feb 2010 13:06:07 +0000 (13:06 +0000)
common/Makefile.common

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