diff options
author | Richard Henderson | 2010-06-29 04:15:37 +0200 |
---|---|---|
committer | Aurelien Jarno | 2010-06-29 23:07:51 +0200 |
commit | 48bb3750e13cbb5a634d3aeab5191d74d124232f (patch) | |
tree | 87f86078cfb19d231a32d716cda7d26252ccba66 /configure | |
parent | tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG. (diff) | |
download | qemu-48bb3750e13cbb5a634d3aeab5191d74d124232f.tar.gz qemu-48bb3750e13cbb5a634d3aeab5191d74d124232f.tar.xz qemu-48bb3750e13cbb5a634d3aeab5191d74d124232f.zip |
tcg-s390: new TCG Target
Original patch from Ulrich Hecht, further work from Alexander Graf
and Richard Henderson.
Cc: Ulrich Hecht <uli@suse.de>
Cc: Alexander Graf <agraf@suse.de>
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
@@ -733,10 +733,12 @@ case "$cpu" in s390) QEMU_CFLAGS="-m31 -march=z990 $QEMU_CFLAGS" LDFLAGS="-m31 $LDFLAGS" + host_guest_base="yes" ;; s390x) QEMU_CFLAGS="-m64 -march=z990 $QEMU_CFLAGS" LDFLAGS="-m64 $LDFLAGS" + host_guest_base="yes" ;; i386) QEMU_CFLAGS="-m32 $QEMU_CFLAGS" |