The Darwin assembler fails to build it. Cc: David Gibson <da...@gibson.dropbear.id.au> Cc: Alexander Graf <ag...@suse.de> Signed-off-by: Andreas Färber <andreas.faer...@web.de> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure index 9244260..b6276f3 100755 --- a/configure +++ b/configure @@ -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 -- 1.7.3.4