From: Masahiro Yamada Date: Sun, 21 Aug 2016 07:03:08 +0000 (+0900) Subject: tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list X-Git-Tag: v2016.09~65 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88e1346e354f9a0588eddf2227cc46c933818864;p=u-boot 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 --- diff --git a/tools/moveconfig.py b/tools/moveconfig.py index aaa8e9615c..bc8aebfb92 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