aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Brodkin2018-03-30 08:34:55 -0500
committerAlexey Brodkin2018-04-02 04:27:56 -0500
commit1e431185600009e008f01c70cff3e3ee5b4ec9b6 (patch)
treee168c41a2b397f524ca4b1a94958c7323b59f029 /.travis.yml
parentbdc9f02fab03584096a00e3a8c1d31f1842498d6 (diff)
downloadu-boot-1e431185600009e008f01c70cff3e3ee5b4ec9b6.tar.gz
u-boot-1e431185600009e008f01c70cff3e3ee5b4ec9b6.tar.xz
u-boot-1e431185600009e008f01c70cff3e3ee5b4ec9b6.zip
ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6cad65fd37..d83a5e6332 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ install:
38 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman 38 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
39 - echo -e "aarch64 = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu" >> ~/.buildman 39 - echo -e "aarch64 = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu" >> ~/.buildman
40 - echo -e "arm = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf" >> ~/.buildman 40 - echo -e "arm = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf" >> ~/.buildman
41 - echo -e "arc = /tmp/arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman 41 - echo -e "arc = /tmp/arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman
42 - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman 42 - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman
43 - cat ~/.buildman 43 - cat ~/.buildman
44 - virtualenv /tmp/venv 44 - virtualenv /tmp/venv
@@ -70,8 +70,8 @@ before_script:
70 echo -e "\n[toolchain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-" >> ~/.buildman; 70 echo -e "\n[toolchain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-" >> ~/.buildman;
71 fi 71 fi
72 - if [[ "${TOOLCHAIN}" == arc ]]; then 72 - if [[ "${TOOLCHAIN}" == arc ]]; then
73 wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.09-release/arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install.tar.gz && 73 wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2017.09-release/arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install.tar.gz &&
74 tar -C /tmp -xf arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install.tar.gz; 74 tar -C /tmp -xf arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install.tar.gz;
75 fi 75 fi
76 - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then 76 - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then
77 wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN}.tar.gz && 77 wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN}.tar.gz &&