summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-21 07:03:08 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-26 21:04:57 (GMT)
commit88e1346e354f9a0588eddf2227cc46c933818864 (patch)
tree35df682eaa743a258ece61f5cd195c5f2bebe2b7 /tools/moveconfig.py
parent8f894a4d38adff26733225fb170f2a2d3e2b3054 (diff)
downloadu-boot-fsl-qoriq-88e1346e354f9a0588eddf2227cc46c933818864.tar.xz
tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
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>
Diffstat (limited to 'tools/moveconfig.py')
-rwxr-xr-xtools/moveconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index aaa8e96..bc8aebf 100755
--- 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