summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-04-29 14:52:32 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-04-29 14:52:32 -0400
commit6e14db6227efbd45c766096a6043b6ca52f1950e (patch)
tree835cd633d068857cdb110d06c1ec0787b7c72ee4 /Makefile
parent9e384c956f3887b57d677657c82ae084ff607e31 (diff)
Compiler flags for OMAP platform
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-02.patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80bd192d8c..8eab0d6cba 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ CROSS_COMPILE = powerpc-linux-
endif
ifeq ($(ARCH),arm)
#CROSS_COMPILE = arm-linux-
-CROSS_COMPILE = arm-none-linux-gnueabi-
+#CROSS_COMPILE = arm-none-linux-gnueabi-
endif
ifeq ($(ARCH),i386)
ifeq ($(HOSTARCH),i386)