]> git.sur5r.net Git - u-boot/commitdiff
tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Aug 2016 07:03:08 +0000 (16:03 +0900)
committerTom 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

index aaa8e9615cfb90b50da1930fe6d0b4870404b2a4..bc8aebfb923bdb8c26d31f553936d95f99595f72 100755 (executable)
@@ -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