more cleanup qemu/configure

This commit is contained in:
Nguyen Anh Quynh
2017-01-19 14:11:54 +08:00
parent 37410d02f1
commit f2691b0107
2 changed files with 0 additions and 42 deletions

2
qemu/configure vendored
View File

@ -1177,8 +1177,6 @@ fi
if test "$static" = "yes" ; then
echo "CONFIG_STATIC=y" >> $config_host_mak
fi
qemu_version=`head $source_path/VERSION`
echo "VERSION=$qemu_version" >>$config_host_mak
echo "SRC_PATH=$source_path" >> $config_host_mak
echo "TARGET_DIRS=$target_list" >> $config_host_mak
if test "$byteswap_h" = "yes" ; then