Home
last modified time | relevance | path

Searched hist:b1399b0c (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/vm/
H A DMakefile.includeb1399b0c Thu May 25 04:52:49 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> tests/vm: fix and simplify HOST_ARCH definition

ARCH is always empty, so just define HOST_ARCH as the result of uname.
The incorrect definition was not being used because the "ifeq" statement
is wrong; replace it with the same idiom based on $(realpath) that the
main Makefile uses.

With this change, vm-build-netbsd in a configured tree will not use
the PYTHONPATH hack.

Reported-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>