All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
@ 2016-08-21  7:03 Masahiro Yamada
  2016-08-29 12:00 ` [U-Boot] [U-Boot, " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-08-21  7:03 UTC (permalink / raw)
  To: u-boot

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>
---

Changes in v2:
  - Add 'xtensa' after 'x86' to keep the list alphabetically

 tools/moveconfig.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index e7b245c..b7de8e7 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [U-Boot, v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
  2016-08-21  7:03 [U-Boot] [PATCH v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list Masahiro Yamada
@ 2016-08-29 12:00 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-08-29 12:00 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 21, 2016 at 04:03:08PM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160829/63ff4aec/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-29 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-21  7:03 [U-Boot] [PATCH v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list Masahiro Yamada
2016-08-29 12:00 ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.