mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
ppc64: Don't try to build sPAPR RTAS on Darwin
The Darwin assembler fails to build it. Cc: David Gibson <david@gibson.dropbear.id.au> Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
b4a7852735
commit
d0384d1d38
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -2540,7 +2540,7 @@ if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
|
|||
"$softmmu" = yes ; then
|
||||
roms="optionrom"
|
||||
fi
|
||||
if test "$cpu" = "ppc64" ; then
|
||||
if test "$cpu" = "ppc64" -a "$targetos" != "Darwin" ; then
|
||||
roms="$roms spapr-rtas"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue