diff options
| author | Paolo Bonzini | 2022-04-19 11:10:15 +0200 |
|---|---|---|
| committer | Alex Bennée | 2022-04-20 17:04:20 +0200 |
| commit | a5ed13cd31aefdf351b25635457b4b0fdeb74b3b (patch) | |
| tree | 156b6be931c78a55c967fffc874e52ccef8260f4 /tests | |
| parent | tests/docker: remove SKIP_DOCKER_BUILD (diff) | |
| download | qemu-a5ed13cd31aefdf351b25635457b4b0fdeb74b3b.tar.gz qemu-a5ed13cd31aefdf351b25635457b4b0fdeb74b3b.tar.xz qemu-a5ed13cd31aefdf351b25635457b4b0fdeb74b3b.zip | |
tests/tcg: fix non-static build
If linking with -static fails at configure time, -static should not be used
at build time either. Do not include BUILD_STATIC in $config_target_mak.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220401141326.1244422-18-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-21-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/tcg/configure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index 75603fee6d..691d90abac 100755 --- a/tests/tcg/configure.sh +++ b/tests/tcg/configure.sh @@ -261,7 +261,6 @@ for target in $target_list; do if do_compiler "$target_compiler" $target_compiler_cflags \ -o $TMPE $TMPC ; then got_cross_cc=yes - echo "BUILD_STATIC=y" >> $config_target_mak echo "CC=$target_compiler" >> $config_target_mak fi else |
