qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT b461cdc] Don't compile roms if not building syste


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT b461cdc] Don't compile roms if not building system targets
Date: Sun, 27 Sep 2009 14:53:51 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/configure b/configure
index 62dccd2..8ac8b4d 100755
--- a/configure
+++ b/configure
@@ -1982,7 +1982,8 @@ echo "TOOLS=$tools" >> $config_host_mak
 # Mac OS X ships with a broken assembler
 roms=
 if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
-        "$targetos" != "Darwin" ; then
+        "$targetos" != "Darwin" -a \
+        `expr "$target_list" : ".*softmmu.*"` != 0 ; then
   roms="optionrom"
 fi
 echo "ROMS=$roms" >> $config_host_mak




reply via email to

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