From: izsh@fail0verflow.com Date: Fri, 26 Feb 2010 13:06:07 +0000 (+0000) Subject: common/Makefile.common: Revert the DEVKITARM change. Just need to put the cross compi... X-Git-Tag: v1.0.0~318 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a63deed1722fbe3f08d72400793197200ba58062 common/Makefile.common: Revert the DEVKITARM change. Just need to put the cross compiler in the path. No need to hardcode for a given distribution and a given version. --- 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