diff options
author | Richard Henderson <rth@twiddle.net> | 2010-06-03 17:35:17 -0700 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-10 00:16:21 +0200 |
commit | 5d8a4f8f4aa5b63eb3cc2a2234ffb8d4f0a2af50 (patch) | |
tree | eda84dcc0fa390a3d98b762105b6310f491af743 /configure | |
parent | 1c0fd16018384daeb340b389a00768ceecc45611 (diff) |
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 |