Commit 88e1346e354f9a0588eddf2227cc46c933818864

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 8f894a4d38

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -203,7 +203,8 @@
203 203 'powerpc': 'powerpc-linux-',
204 204 'sh': 'sh-linux-gnu-',
205 205 'sparc': 'sparc-linux-',
206   - 'x86': 'i386-linux-'
  206 + 'x86': 'i386-linux-',
  207 + 'xtensa': 'xtensa-linux-'
207 208 }
208 209  
209 210 STATE_IDLE = 0