more qemu/Makefile* cleanup

This commit is contained in:
Nguyen Anh Quynh
2020-04-28 01:53:39 +08:00
parent cdd9340113
commit dd28727e99
3 changed files with 3 additions and 22 deletions

7
qemu/configure vendored
View File

@ -139,7 +139,6 @@ cpu=""
static="no"
cross_prefix=""
host_cc="cc"
libs_softmmu=""
cc_i386=i386-pc-linux-gnu-gcc
debug_info="yes"
stack_protector=""
@ -996,11 +995,6 @@ elif compile_prog "" "$pthread_lib -lrt" ; then
LIBS="$LIBS -lrt"
fi
if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
"$aix" != "yes" -a "$haiku" != "yes" ; then
libs_softmmu="-lutil $libs_softmmu"
fi
########################################
# check if we have valgrind/valgrind.h
@ -1113,7 +1107,6 @@ echo >> $config_host_mak
echo all: >> $config_host_mak
echo "extra_cflags=$EXTRA_CFLAGS" >> $config_host_mak
echo "extra_ldflags=$EXTRA_LDFLAGS" >> $config_host_mak
echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
echo "ARCH=$ARCH" >> $config_host_mak