cleanup
This commit is contained in:
11
qemu/configure
vendored
11
qemu/configure
vendored
@ -1156,14 +1156,6 @@ if test "$linux" = "yes" ; then
|
||||
echo "CONFIG_LINUX=y" >> $config_host_mak
|
||||
fi
|
||||
|
||||
if test "$darwin" = "yes" ; then
|
||||
echo "CONFIG_DARWIN=y" >> $config_host_mak
|
||||
fi
|
||||
|
||||
if test "$aix" = "yes" ; then
|
||||
echo "CONFIG_AIX=y" >> $config_host_mak
|
||||
fi
|
||||
|
||||
if test "$solaris" = "yes" ; then
|
||||
echo "CONFIG_SOLARIS=y" >> $config_host_mak
|
||||
echo "CONFIG_SOLARIS_VERSION=$solarisrev" >> $config_host_mak
|
||||
@ -1171,9 +1163,6 @@ if test "$solaris" = "yes" ; then
|
||||
echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak
|
||||
fi
|
||||
fi
|
||||
if test "$haiku" = "yes" ; then
|
||||
echo "CONFIG_HAIKU=y" >> $config_host_mak
|
||||
fi
|
||||
if test "$static" = "yes" ; then
|
||||
echo "CONFIG_STATIC=y" >> $config_host_mak
|
||||
fi
|
||||
|
Reference in New Issue
Block a user