From: izsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Thu, 4 Mar 2010 00:33:05 +0000 (+0000)
Subject: Don't modify the PATH to prevent from mixing multiple arm-eabi compilers in the PATH
X-Git-Tag: v1.0.0~291
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e7227419e5d67f72b7b3c2ee857dd4e2c7e6b758?ds=sidebyside

Don't modify the PATH to prevent from mixing multiple arm-eabi compilers in the PATH
---

diff --git a/common/Makefile.common b/common/Makefile.common
index eb74c246..aa6049e3 100644
--- a/common/Makefile.common
+++ b/common/Makefile.common
@@ -40,7 +40,6 @@ COPY=cp
 PATHSEP=/
 FLASH_TOOL=client/flasher
 DETECTED_OS=UNAME
-PATH := $(PATH):$(DEVKITARM)/bin
 
 else