1.1 --- a/configure Sat Nov 17 01:13:41 2007 +0000
1.2 +++ b/configure Sat Nov 17 06:04:19 2007 +0000
1.3 @@ -5512,14 +5512,26 @@
1.7 - i386|i486|i586|i686|x86_64)
1.9 + i386|i486|i586|i686)
1.10 + SH4_TRANSLATOR="x86"
1.12 +cat >>confdefs.h <<_ACEOF
1.13 +#define SH4_TRANSLATOR "x86"
1.17 + SH4_TRANSLATOR="x86_64"
1.19 +cat >>confdefs.h <<_ACEOF
1.20 +#define SH4_TRANSLATOR "x86_64"
1.24 echo "Warning: No translator available for $host. Building emulation core only";;
1.28 -if test "$TRANSLATOR"="x86"; then
1.29 +if test "$SH4_TRANSLATOR" = "x86" -o "$SH4_TRANSLATOR" = "x86_64"; then
1.31 BUILD_SH4X86_FALSE='#'