On Mon, Feb 11, 2019 at 5:04 PM Alex Bennée <alex.ben...@linaro.org> wrote: > Philippe Mathieu-Daudé <phi...@redhat.com> writes: > > > > Travis-CI is getting an error with this test: > > > > tests/docker/docker.py cc --user 2000 --cc aarch64-linux-gnu-gcc -i > > qemu:debian-arm64-cross -s . -- -Wall -O0 -g -fno-strict-aliasing > > tests/tcg/aarch64/pauth-1.c -o pauth-1 -static > > /tmp/ccHrAqV2.s: Assembler messages: > > /tmp/ccHrAqV2.s:7: Error: unknown architecture `armv8.4-a' > > /tmp/ccHrAqV2.s:41: Error: selected processor does not support `pacdza x0' > > /tmp/ccHrAqV2.s:56: Error: selected processor does not support `pacdza x0' > > tests/tcg/Makefile:79: recipe for target 'pauth-1' failed > > make[2]: *** [pauth-1] Error 1 > > make[2]: Leaving directory 'aarch64-linux-user/tests' > > tests/tcg/Makefile.include:52: recipe for target > > 'docker-build-guest-tests' failed > > make[1]: *** [docker-build-guest-tests] Error 2 > > make[1]: Leaving directory 'aarch64-linux-user' > > tests/Makefile.include:1030: recipe for target > > 'build-tcg-tests-aarch64-linux-user' failed > > make: *** [build-tcg-tests-aarch64-linux-user] Error 2 > > The fix for that is in my latest PR.
Thanks Alex!