diff options
author | Richard Henderson | 2012-03-24 17:51:13 +0100 |
---|---|---|
committer | Blue Swirl | 2012-03-24 18:07:32 +0100 |
commit | c30827555d5305d42f7b164dc69a381c4882e77a (patch) | |
tree | 89c036e373b12e908e81cfe148eafd074109f848 /configure | |
parent | target-alpha: Move palcode support helpers to sys_helper.c. (diff) | |
download | qemu-c30827555d5305d42f7b164dc69a381c4882e77a.tar.gz qemu-c30827555d5305d42f7b164dc69a381c4882e77a.tar.xz qemu-c30827555d5305d42f7b164dc69a381c4882e77a.zip |
target-alpha: Move memory helpers to mem_helper.c.
This completes the transition away from AREG0. This patch must
be last because it requires CONFIG_TCG_PASS_AREG0 set too.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3608,7 +3608,7 @@ case "$target_arch2" in esac case "$target_arch2" in - sparc*) + alpha | sparc*) echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak ;; esac |