diff options
| author | Richard Henderson | 2021-12-24 21:08:18 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-12-31 06:37:35 +0100 |
| commit | fd0f79d715420eb3eac1de738983046cefc5df7d (patch) | |
| tree | dd9de065070d172323bf12694f1c54caee8e19b5 /configure | |
| parent | meson: Unify mips and mips64 in host_arch (diff) | |
| download | qemu-fd0f79d715420eb3eac1de738983046cefc5df7d.tar.gz qemu-fd0f79d715420eb3eac1de738983046cefc5df7d.tar.xz qemu-fd0f79d715420eb3eac1de738983046cefc5df7d.zip | |
tests/tcg: Use $cpu in configure.sh
Use $cpu instead of $ARCH, which has been removed from
the top-level configure.
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Fixes: 823eb013452e ("configure, meson: move ARCH to meson.build")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3821,7 +3821,7 @@ done (for i in $cross_cc_vars; do export $i done -export target_list source_path use_containers ARCH +export target_list source_path use_containers cpu $source_path/tests/tcg/configure.sh) # temporary config to build submodules |
