qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin
Date: Sun, 1 May 2011 18:23:56 +0200

The Darwin assembler fails to build it.

Cc: David Gibson <address@hidden>
Cc: Alexander Graf <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 491f77a..1f2485a 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]