diff --git a/configure b/configure index 5929aba98cac7046dac889143e662d7888a251ae..6696316a838d7d7ebe44616f0a7ddc9ac012fab1 100755 --- a/configure +++ b/configure @@ -1380,7 +1380,6 @@ fi if test "$ARCH" = "unknown"; then if test "$tcg_interpreter" = "yes" ; then echo "Unsupported CPU = $cpu, will use TCG with TCI (experimental)" - ARCH=tci else error_exit "Unsupported CPU = $cpu, try --enable-tcg-interpreter" fi