summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:27:38 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-09-15 17:44:32 +0000
commit31871141521225d089b7705a5d73bf03c605c964 (patch)
tree182accce5427dd712b9698a00547d438da40df5b /configure
parent32ac0ca2ecc0ea0eb6b868abcbe0a7d094870cfd (diff)
downloadhqemu-31871141521225d089b7705a5d73bf03c605c964.zip
hqemu-31871141521225d089b7705a5d73bf03c605c964.tar.gz
target-m68k: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a6b25b3..f01e2e9 100755
--- a/configure
+++ b/configure
@@ -3874,7 +3874,7 @@ symlink "$source_path/Makefile.target" "$target_dir/Makefile"
case "$target_arch2" in
- alpha | i386 | lm32 | or32 | s390x | sparc* | x86_64 | xtensa* | ppc*)
+ alpha | i386 | lm32 | m68k | or32 | s390x | sparc* | x86_64 | xtensa* | ppc*)
echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak
;;
esac
OpenPOWER on IntegriCloud