mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
configure: remove dead variables
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -626,7 +626,6 @@ fi
|
|||||||
case $targetos in
|
case $targetos in
|
||||||
MINGW32*)
|
MINGW32*)
|
||||||
mingw32="yes"
|
mingw32="yes"
|
||||||
supported_os="yes"
|
|
||||||
plugins="no"
|
plugins="no"
|
||||||
pie="no"
|
pie="no"
|
||||||
;;
|
;;
|
||||||
@@ -668,7 +667,6 @@ SunOS)
|
|||||||
QEMU_CFLAGS="-D__EXTENSIONS__ $QEMU_CFLAGS"
|
QEMU_CFLAGS="-D__EXTENSIONS__ $QEMU_CFLAGS"
|
||||||
;;
|
;;
|
||||||
Haiku)
|
Haiku)
|
||||||
haiku="yes"
|
|
||||||
pie="no"
|
pie="no"
|
||||||
QEMU_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -D_BSD_SOURCE -fPIC $QEMU_CFLAGS"
|
QEMU_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -D_BSD_SOURCE -fPIC $QEMU_CFLAGS"
|
||||||
;;
|
;;
|
||||||
@@ -3472,9 +3470,6 @@ fi
|
|||||||
if test "$solaris" = "yes" ; then
|
if test "$solaris" = "yes" ; then
|
||||||
echo "CONFIG_SOLARIS=y" >> $config_host_mak
|
echo "CONFIG_SOLARIS=y" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
if test "$haiku" = "yes" ; then
|
|
||||||
echo "CONFIG_HAIKU=y" >> $config_host_mak
|
|
||||||
fi
|
|
||||||
if test "$static" = "yes" ; then
|
if test "$static" = "yes" ; then
|
||||||
echo "CONFIG_STATIC=y" >> $config_host_mak
|
echo "CONFIG_STATIC=y" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user