configure: remove dead variable
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8a19980e3f
commit
ecc91cfdb6
11
configure
vendored
11
configure
vendored
@ -811,9 +811,6 @@ fi
|
|||||||
|
|
||||||
# OS specific
|
# OS specific
|
||||||
|
|
||||||
# host *BSD for user mode
|
|
||||||
HOST_VARIANT_DIR=""
|
|
||||||
|
|
||||||
case $targetos in
|
case $targetos in
|
||||||
MINGW32*)
|
MINGW32*)
|
||||||
mingw32="yes"
|
mingw32="yes"
|
||||||
@ -839,14 +836,12 @@ FreeBSD)
|
|||||||
audio_possible_drivers="oss sdl pa"
|
audio_possible_drivers="oss sdl pa"
|
||||||
# needed for kinfo_getvmmap(3) in libutil.h
|
# needed for kinfo_getvmmap(3) in libutil.h
|
||||||
netmap="" # enable netmap autodetect
|
netmap="" # enable netmap autodetect
|
||||||
HOST_VARIANT_DIR="freebsd"
|
|
||||||
;;
|
;;
|
||||||
DragonFly)
|
DragonFly)
|
||||||
bsd="yes"
|
bsd="yes"
|
||||||
make="${MAKE-gmake}"
|
make="${MAKE-gmake}"
|
||||||
audio_drv_list="oss try-sdl"
|
audio_drv_list="oss try-sdl"
|
||||||
audio_possible_drivers="oss sdl pa"
|
audio_possible_drivers="oss sdl pa"
|
||||||
HOST_VARIANT_DIR="dragonfly"
|
|
||||||
;;
|
;;
|
||||||
NetBSD)
|
NetBSD)
|
||||||
bsd="yes"
|
bsd="yes"
|
||||||
@ -854,14 +849,12 @@ NetBSD)
|
|||||||
audio_drv_list="oss try-sdl"
|
audio_drv_list="oss try-sdl"
|
||||||
audio_possible_drivers="oss sdl"
|
audio_possible_drivers="oss sdl"
|
||||||
oss_lib="-lossaudio"
|
oss_lib="-lossaudio"
|
||||||
HOST_VARIANT_DIR="netbsd"
|
|
||||||
;;
|
;;
|
||||||
OpenBSD)
|
OpenBSD)
|
||||||
bsd="yes"
|
bsd="yes"
|
||||||
make="${MAKE-gmake}"
|
make="${MAKE-gmake}"
|
||||||
audio_drv_list="try-sdl"
|
audio_drv_list="try-sdl"
|
||||||
audio_possible_drivers="sdl"
|
audio_possible_drivers="sdl"
|
||||||
HOST_VARIANT_DIR="openbsd"
|
|
||||||
;;
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
bsd="yes"
|
bsd="yes"
|
||||||
@ -877,7 +870,6 @@ Darwin)
|
|||||||
# Disable attempts to use ObjectiveC features in os/object.h since they
|
# Disable attempts to use ObjectiveC features in os/object.h since they
|
||||||
# won't work when we're compiling with gcc as a C compiler.
|
# won't work when we're compiling with gcc as a C compiler.
|
||||||
QEMU_CFLAGS="-DOS_OBJECT_USE_OBJC=0 $QEMU_CFLAGS"
|
QEMU_CFLAGS="-DOS_OBJECT_USE_OBJC=0 $QEMU_CFLAGS"
|
||||||
HOST_VARIANT_DIR="darwin"
|
|
||||||
;;
|
;;
|
||||||
SunOS)
|
SunOS)
|
||||||
solaris="yes"
|
solaris="yes"
|
||||||
@ -7613,9 +7605,6 @@ if [ "$TARGET_ABI_DIR" = "" ]; then
|
|||||||
TARGET_ABI_DIR=$TARGET_ARCH
|
TARGET_ABI_DIR=$TARGET_ARCH
|
||||||
fi
|
fi
|
||||||
echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >> $config_target_mak
|
echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >> $config_target_mak
|
||||||
if [ "$HOST_VARIANT_DIR" != "" ]; then
|
|
||||||
echo "HOST_VARIANT_DIR=$HOST_VARIANT_DIR" >> $config_target_mak
|
|
||||||
fi
|
|
||||||
if [ "$TARGET_SYSTBL_ABI" != "" ]; then
|
if [ "$TARGET_SYSTBL_ABI" != "" ]; then
|
||||||
echo "TARGET_SYSTBL_ABI=$TARGET_SYSTBL_ABI" >> $config_target_mak
|
echo "TARGET_SYSTBL_ABI=$TARGET_SYSTBL_ABI" >> $config_target_mak
|
||||||
echo "TARGET_SYSTBL=$TARGET_SYSTBL" >> $config_target_mak
|
echo "TARGET_SYSTBL=$TARGET_SYSTBL" >> $config_target_mak
|
||||||
|
Loading…
Reference in New Issue
Block a user