projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97012e3
)
Don't compile roms if not building system targets
author
Blue Swirl
<blauwirbel@gmail.com>
Sun, 27 Sep 2009 14:35:44 +0000
(14:35 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 27 Sep 2009 14:35:44 +0000
(14:35 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
62dccd2
..
8ac8b4d
100755
(executable)
--- 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