summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-06-03 17:35:17 -0700
committerAurelien Jarno <aurelien@aurel32.net>2010-06-10 00:16:21 +0200
commit5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50 (patch)
treeeda84dcc0fa390a3d98b762105b6310f491af743 /configure
parent1c0fd16018384daeb340b389a00768ceecc45611 (diff)
downloadqemu-5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50.tar.gz
tcg-i386: Merge 64-bit generation.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 46b8e397c4..fa7f299904 100755
--- a/configure
+++ b/configure
@@ -2643,6 +2643,8 @@ if test "$ARCH" = "sparc64" ; then
cflags="-I\$(SRC_PATH)/tcg/sparc $cflags"
elif test "$ARCH" = "s390x" ; then
cflags="-I\$(SRC_PATH)/tcg/s390 $cflags"
+elif test "$ARCH" = "x86_64" ; then
+ cflags="-I\$(SRC_PATH)/tcg/i386 $cflags"
else
cflags="-I\$(SRC_PATH)/tcg/\$(ARCH) $cflags"
fi