mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tcg-sparc: Support GUEST_BASE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
a0ce341aac
commit
c6f7e4fb9a
3 changed files with 27 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue