git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9463728
)
ARM: OMAP: Undo of accidental change of default compiler
author
Tony Lindgren
<tony@atomide.com>
Mon, 26 Sep 2005 15:12:17 +0000
(18:12 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 26 Sep 2005 15:12:17 +0000
(18:12 +0300)
Undo of accidental change of default compiler
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2a0daed
..
36c191f
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)