]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/docker: build all targets in test-clang
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jun 2016 14:46:57 +0000 (16:46 +0200)
committerFam Zheng <famz@redhat.com>
Wed, 8 Jun 2016 07:19:30 +0000 (15:19 +0800)
Warnings specific to clang may affect devices that are not build by
x86_64-softmmu and aarch64-softmmu.  Build all targets since that
is also what Peter does.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1465224417-141321-7-git-send-email-pbonzini@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/test-clang

index 6745dbeb83d1e80d1ae72c1d16344148c51b9033..60e4e976b32e878f693b6c2427543ac5148102eb 100755 (executable)
@@ -20,7 +20,5 @@ OPTS="--enable-debug --cxx=clang++ --cc=clang --host-cc=clang"
 # See also: https://bugzilla.redhat.com/show_bug.cgi?id=1263834
 #OPTS="$OPTS --extra-cflags=-fsanitize=undefined \
     #--extra-cflags=-fno-sanitize=float-divide-by-zero"
-DEF_TARGET_LIST="$(echo {x86_64,aarch64}-softmmu)"
-TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
 build_qemu $OPTS
 make $MAKEFLAGS check