]> git.proxmox.com Git - qemu.git/commit - docs/tracing.txt
build: do not use TARGET_ARCH
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jun 2013 12:45:26 +0000 (14:45 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jun 2013 14:33:10 +0000 (15:33 +0100)
commitb9a7b74f77619d3e7fb3834fbdcd3bde036ac399
treef262f1af785ae19a0a8b518199c3f8fbe1a995ee
parentc1799a846285764de588533e21e61167a33f5a8f
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>
Makefile.target
docs/tracing.txt
scripts/tracetool.py