Travis-CI recently changed their policy so that builds on the non-x86 build machines are possible without consuming any credits again. While we're already testing the non-x86 builds in the gitlab-CI with the GCC cross-compilers, we could still benefit from the non-x86 builders in the Travis-CI by compiling the code with Clang there, too (since there are AFAIK no Clang cross-compilers available in the usual distros on x86). Thomas Huth (4): configure: Add the possibility to specify additional cflags powerpc: Probe whether the compiler understands -mabi=no-altivec lib/s390x: Fix the epsw inline assembly Test compilation with Clang on aarch64, ppc64le and s390x in Travis-CI .travis.yml | 44 ++++++++++++++++++++++++++++++++++++++++ Makefile | 3 --- configure | 10 +++++++-- lib/s390x/asm/arch_def.h | 2 +- powerpc/Makefile.common | 4 +++- 5 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 .travis.yml -- 2.27.0