]> granicus.if.org Git - strace/commit
travis: add x86 musl
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Sep 2016 17:11:51 +0000 (17:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Sep 2016 22:56:25 +0000 (22:56 +0000)
commitf6c70f9f192d058f1f43921f570815146751cfac
treef0e16276a63abe095f6395bef763107d5100a8af
parent3351924396d9db32eff6c4b8d0ea76f1cd423c95
travis: add x86 musl

* .travis.yml (matric): Add musl-gcc/x86.
* travis-build.sh [TARGET == x86]: Specify --target along with --build
to configure.
* travis-install.sh [CC == musl-gcc && TARGET == x32]: Add -mx32 to $CC.
[CC == musl-gcc && TARGET == x86]: Add -m32 to $CC.  Specify --build
and --target to musl configure invocation.
.travis.yml
travis-build.sh
travis-install.sh