projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f894a4
)
tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 21 Aug 2016 07:03:08 +0000
(16:03 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Aug 2016 21:04:57 +0000
(17:04 -0400)
This is needed to move CONFIG options for the recently-added
xtfpga_defconfig.
The tarball of the pre-built toolchain can be downloaded from:
https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/moveconfig.py
patch
|
blob
|
history
diff --git
a/tools/moveconfig.py
b/tools/moveconfig.py
index aaa8e9615cfb90b50da1930fe6d0b4870404b2a4..bc8aebfb923bdb8c26d31f553936d95f99595f72 100755
(executable)
--- a/
tools/moveconfig.py
+++ b/
tools/moveconfig.py
@@
-203,7
+203,8
@@
CROSS_COMPILE = {
'powerpc': 'powerpc-linux-',
'sh': 'sh-linux-gnu-',
'sparc': 'sparc-linux-',
- 'x86': 'i386-linux-'
+ 'x86': 'i386-linux-',
+ 'xtensa': 'xtensa-linux-'
}
STATE_IDLE = 0