summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-07 12:18:32 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:24 -0400
commit6593af61286eb50159d4b9fca9e818eb1ddb1504 (patch)
tree62ea87c4d1e38772c27e163a6c7c0b7d55680bee
parentb77f3a13e33db9973e40e909321c5b0e8c8eaa23 (diff)
U-Boot: remove hack to use code sourcery toolchain by default.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fdabbfe0b4..38dbdb2cae 100644
--- a/Makefile
+++ b/Makefile
@@ -151,8 +151,7 @@ ifeq ($(ARCH),ppc)
CROSS_COMPILE = ppc_8xx-
endif
ifeq ($(ARCH),arm)
-#CROSS_COMPILE = arm-linux-
-CROSS_COMPILE = arm-none-linux-gnueabi-
+CROSS_COMPILE = arm-linux-
endif
ifeq ($(ARCH),i386)
CROSS_COMPILE = i386-linux-