diff options
author | Uri Lublin <uril@qumranet.com> | 2007-06-19 20:28:02 +0300 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-06-20 10:14:34 +0300 |
commit | 5e1accfc9e7a7d79244c862c04621f7ba23c6d38 (patch) | |
tree | 4c51940497b3ae14fd9e6f57cf4138d9a9c8f704 /configure | |
parent | 0f544f8f589efe512b4b2845597e3e9e44122728 (diff) |
kvm: configure: for i386 machines make x86_64-softmmu the target
To execute the ifdef X86_64 blocks on both sides
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ fi target_cpu() { if [[ $(uname -m) = i?86 ]]; then - echo i386 + echo x86_64 else uname -m fi |