more qemu/Makefile* cleanup
This commit is contained in:
7
qemu/configure
vendored
7
qemu/configure
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user