mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
build: do not use TARGET_ARCH
TARGET_ARCH is generally wrong to use, there are better variables provided in config-target.mak. The right one is usually TARGET_NAME (previously TARGET_ARCH2), but for bsd-user we can also use TARGET_ABI_DIR for consistency with linux-user. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1370349928-20419-4-git-send-email-pbonzini@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c1799a8462
commit
b9a7b74f77
3 changed files with 14 additions and 14 deletions
|
@ -225,7 +225,7 @@ probes:
|
|||
scripts/tracetool --dtrace --stap \
|
||||
--binary path/to/qemu-binary \
|
||||
--target-type system \
|
||||
--target-arch x86_64 \
|
||||
--target-name x86_64 \
|
||||
<trace-events >qemu.stp
|
||||
|
||||
== Trace event properties ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue