summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUri Lublin <uril@qumranet.com>2007-06-19 20:28:02 +0300
committerAvi Kivity <avi@qumranet.com>2007-06-20 10:14:34 +0300
commit5e1accfc9e7a7d79244c862c04621f7ba23c6d38 (patch)
tree4c51940497b3ae14fd9e6f57cf4138d9a9c8f704 /configure
parent0f544f8f589efe512b4b2845597e3e9e44122728 (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e4d1ec60..d9292fe5 100755
--- a/configure
+++ b/configure
@@ -74,7 +74,7 @@ fi
target_cpu() {
if [[ $(uname -m) = i?86 ]]; then
- echo i386
+ echo x86_64
else
uname -m
fi