From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 19 Feb 2018 07:23:29 -0500 Subject: [U-Boot] [PATCH 2/5] travis-ci: Enable more SH to be tested In-Reply-To: <6af43e23-a755-ed9b-d842-a1b2d2f6d37e@gmail.com> References: <1518906642-13401-1-git-send-email-trini@konsulko.com> <1518906642-13401-2-git-send-email-trini@konsulko.com> <6af43e23-a755-ed9b-d842-a1b2d2f6d37e@gmail.com> Message-ID: <20180219122329.GI4311@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Feb 19, 2018 at 05:43:18AM +0100, Marek Vasut wrote: > On 02/17/2018 11:30 PM, Tom Rini wrote: > > With the switch to newer toolchains from kernel.org we can now fetch an > > sh2 toolchain that will build for sh2/3/4, so switch to that. > > > > Signed-off-by: Tom Rini > > --- > > .travis.yml | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index 7b53b3dddc1b..a67d3c3dbab6 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -38,7 +38,7 @@ install: > > - echo -e "aarch64 = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu" >> ~/.buildman > > - echo -e "arm = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf" >> ~/.buildman > > - echo -e "arc = /tmp/arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman > > - - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman > > + - echo -e "\n[toolchain-alias]\nsh = sh2\nopenrisc = or32" >> ~/.buildman > > - cat ~/.buildman > > - virtualenv /tmp/venv > > - . /tmp/venv/bin/activate > > @@ -63,7 +63,7 @@ before_script: > > - if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze ; fi > > - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi > > - if [[ "${TOOLCHAIN}" == *or32* ]]; then ./tools/buildman/buildman --fetch-arch or32 ; fi > > - - if [[ "${TOOLCHAIN}" == *sh4* ]]; then ./tools/buildman/buildman --fetch-arch sh4 ; fi > > + - if [[ "${TOOLCHAIN}" == *sh* ]]; then ./tools/buildman/buildman --fetch-arch sh2 ; fi > > - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then > > ./tools/buildman/buildman --fetch-arch x86_64; > > echo -e "\n[toolchain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-" >> ~/.buildman; > > @@ -268,8 +268,8 @@ matrix: > > - env: > > - BUILDMAN="rockchip" > > - env: > > - - BUILDMAN="sh4" > > - TOOLCHAIN="sh4" > > + - BUILDMAN="sh" > > + TOOLCHAIN="sh" > > - env: > > - JOB="Xilinx (ARM)" > > BUILDMAN="xilinx -x microblaze" > > > Applied, thanks Sorry, I should have put some comments below the commit on this one. It depends on Daniel's patches that fix some other issues so that we can use the newer toolchains first. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: