diff mbox

[U-Boot,2/5] moveconfig: Add a mapping for the arc cross-compiler

Message ID 1431033780-2286-2-git-send-email-joe.hershberger@ni.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger May 7, 2015, 9:22 p.m. UTC
The arc architecture is supported by U-Boot, so add a mapping here
for it as well.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

 tools/moveconfig.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 30dc4f6..c81f32c 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -26,6 +26,7 @@  SLEEP_TIME=0.03
 
 CROSS_COMPILE = {
     'aarch64': 'aarch64-linux-',
+    'arc': 'arc-linux-',
     'arm': 'arm-unknown-linux-gnueabi-',
     'avr32': 'avr32-linux-',
     'blackfin': 'bfin-elf-',