diff options
author | Richard Henderson | 2010-06-04 02:35:17 +0200 |
---|---|---|
committer | Aurelien Jarno | 2010-06-10 00:16:21 +0200 |
commit | 5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50 (patch) | |
tree | eda84dcc0fa390a3d98b762105b6310f491af743 /configure | |
parent | configure: display sysconfdir in summary (diff) | |
download | qemu-5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50.tar.gz qemu-5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50.tar.xz qemu-5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50.zip |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |