diff options
| author | Paolo Bonzini | 2013-06-04 14:45:27 +0200 |
|---|---|---|
| committer | Peter Maydell | 2013-06-14 16:33:11 +0200 |
| commit | 2e59915d4375b632964c0594799fd5876958eda6 (patch) | |
| tree | c0a2323ef4417a82f71ee00d54192a45266d6f4d /qapi-schema.json | |
| parent | build: do not use TARGET_ARCH (diff) | |
| download | qemu-2e59915d4375b632964c0594799fd5876958eda6.tar.gz qemu-2e59915d4375b632964c0594799fd5876958eda6.tar.xz qemu-2e59915d4375b632964c0594799fd5876958eda6.zip | |
main: use TARGET_ARCH only for the target-specific #define
Everything else needs to match the executable name, which is
TARGET_NAME.
Before:
$ sh4eb-linux-user/qemu-sh4eb --help
usage: qemu-sh4 [options] program [arguments...]
Linux CPU emulator (compiled for sh4 emulation)
After:
$ sh4eb-linux-user/qemu-sh4eb --help
usage: qemu-sh4eb [options] program [arguments...]
Linux CPU emulator (compiled for sh4eb emulation)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1370349928-20419-5-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qapi-schema.json')
0 files changed, 0 insertions, 0 deletions
