summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-24 22:11:25 +0100
committerRichard Henderson <rth@twiddle.net>2012-09-21 22:02:18 +0200
commitc6f7e4fb9a0f82bb826f4bd7dff6f2c90d6a83be (patch)
tree7041db9ab58ff4ad5f6d1e1f1a4072c3acb83361 /configure
parenta0ce341aac61ca3d56bcb56dcfb6ac11272fd567 (diff)
downloadhqemu-c6f7e4fb9a0f82bb826f4bd7dff6f2c90d6a83be.zip
hqemu-c6f7e4fb9a0f82bb826f4bd7dff6f2c90d6a83be.tar.gz
tcg-sparc: Support GUEST_BASE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index df888f2..0dc4170 100755
--- a/configure
+++ b/configure
@@ -870,6 +870,7 @@ case "$cpu" in
if test "$solaris" = "no" ; then
QEMU_CFLAGS="-ffixed-g1 -ffixed-g6 $QEMU_CFLAGS"
fi
+ host_guest_base="yes"
;;
sparc64)
LDFLAGS="-m64 $LDFLAGS"
@@ -878,6 +879,7 @@ case "$cpu" in
if test "$solaris" != "no" ; then
QEMU_CFLAGS="-ffixed-g1 $QEMU_CFLAGS"
fi
+ host_guest_base="yes"
;;
s390)
QEMU_CFLAGS="-m31 -march=z990 $QEMU_CFLAGS"
OpenPOWER on IntegriCloud