]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Add back default CROSS_COMPILE to Makefile
authorTony Lindgren <tony@atomide.com>
Thu, 19 Jan 2006 00:43:10 +0000 (16:43 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 19 Jan 2006 00:43:10 +0000 (16:43 -0800)
Add back default CROSS_COMPILE to Makefile as pointed out
by Richard Woodruff.

Makefile

index 1302c7c01cb844688bf1efbeceb5461f60afcda1..9de1c2748411069cd98c9f2b02ecee33a326a211 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ SUBARCH := arm
 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
 
 ARCH           ?= $(SUBARCH)
-CROSS_COMPILE  ?=
+CROSS_COMPILE  ?= arm-linux-
 
 # Architecture as present in compile.h
 UTS_MACHINE := $(ARCH)