]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Undo of accidental change of default compiler
authorTony Lindgren <tony@atomide.com>
Mon, 26 Sep 2005 15:12:17 +0000 (18:12 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Sep 2005 15:12:17 +0000 (18:12 +0300)
Undo of accidental change of default compiler

Makefile

index 2a0daed1826c76fc207551be66c9a259338412a5..36c191f98075e3f0cd524312e63424c8ac52983b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ SUBARCH := arm
 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
 
 ARCH           ?= $(SUBARCH)
-CROSS_COMPILE  ?= arm-xscale-linux-gnu-
+CROSS_COMPILE  ?= arm-linux-
 
 # Architecture as present in compile.h
 UTS_MACHINE := $(ARCH)