mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 22:21:57 -06:00
Don't compile roms if not building system targets
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
05d00df4e1
commit
b461cdc9b3
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -1982,7 +1982,8 @@ echo "TOOLS=$tools" >> $config_host_mak
|
||||||
# Mac OS X ships with a broken assembler
|
# Mac OS X ships with a broken assembler
|
||||||
roms=
|
roms=
|
||||||
if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
|
if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
|
||||||
"$targetos" != "Darwin" ; then
|
"$targetos" != "Darwin" -a \
|
||||||
|
`expr "$target_list" : ".*softmmu.*"` != 0 ; then
|
||||||
roms="optionrom"
|
roms="optionrom"
|
||||||
fi
|
fi
|
||||||
echo "ROMS=$roms" >> $config_host_mak
|
echo "ROMS=$roms" >> $config_host_mak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue