From: Andreas Färber Date: Sun, 1 May 2011 16:23:56 +0000 (+0200) Subject: ppc64: Don't try to build sPAPR RTAS on Darwin X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5803^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0384d1d38f3ae13909b527ba0676429472b2807;p=sdk%2Femulator%2Fqemu.git ppc64: Don't try to build sPAPR RTAS on Darwin The Darwin assembler fails to build it. Cc: David Gibson Cc: Alexander Graf Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- diff --git a/configure b/configure index 6f75e2e..fbf5d5f 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