Commit f0d964f4dbc1b58052fd8f1b91e0280007b16d8a

Authored by Alexey Brodkin
Committed by Tom Rini
1 parent 5792f0d8be

travis: Bump ARC tools to arc-2018.09

Build tested in Travis, see:
https://travis-ci.org/abrodkin/u-boot/jobs/462808237

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>

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

... ... @@ -42,7 +42,7 @@
42 42 - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
43 43 # prepare buildman environment
44 44 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
45   - - echo -e "arc = /tmp/arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman
  45 + - echo -e "arc = /tmp/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman
46 46 - echo -e "\n[toolchain-alias]\nsh = sh2\n" >> ~/.buildman
47 47 - cat ~/.buildman
48 48 - virtualenv /tmp/venv
... ... @@ -75,8 +75,8 @@
75 75 echo -e "\n[toolchain-alias]\nx86 = i386" >> ~/.buildman;
76 76 fi
77 77 - if [[ "${TOOLCHAIN}" == arc ]]; then
78   - 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 &&
79   - tar -C /tmp -xf arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install.tar.gz;
  78 + wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2018.09-release/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz &&
  79 + tar -C /tmp -xf arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz;
80 80 fi
81 81 - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then
82 82 wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN}.tar.gz &&