mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tests/tcg: fix typo in configure.sh test for v8.3
Although most people use the docker images this can trip up on
developer systems with actual valid cross-compilers!
Fixes: bb516dfc5b
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200225124710.14152-19-alex.bennee@linaro.org>
This commit is contained in:
parent
fcc54ab5c7
commit
a62f849dc5
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ for target in $target_list; do
|
||||||
echo "CROSS_CC_HAS_SVE=y" >> $config_target_mak
|
echo "CROSS_CC_HAS_SVE=y" >> $config_target_mak
|
||||||
fi
|
fi
|
||||||
if do_compiler "$target_compiler" $target_compiler_cflags \
|
if do_compiler "$target_compiler" $target_compiler_cflags \
|
||||||
-march=-march=armv8.3-a -o $TMPE $TMPC; then
|
-march=armv8.3-a -o $TMPE $TMPC; then
|
||||||
echo "CROSS_CC_HAS_ARMV8_3=y" >> $config_target_mak
|
echo "CROSS_CC_HAS_ARMV8_3=y" >> $config_target_mak
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue