mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
configure: remove useless write_c_skeleton
This is not needed ever since QEMU stopped detecting -liberty; this happened with the Meson switch but it is quite likely that the library was not really necessary years before. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cec79db38d
commit
c5634e8224
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -640,7 +640,6 @@ if test "$mingw32" = "yes" ; then
|
||||||
EXESUF=".exe"
|
EXESUF=".exe"
|
||||||
# MinGW needs -mthreads for TLS and macro _MT.
|
# MinGW needs -mthreads for TLS and macro _MT.
|
||||||
CONFIGURE_CFLAGS="-mthreads $CONFIGURE_CFLAGS"
|
CONFIGURE_CFLAGS="-mthreads $CONFIGURE_CFLAGS"
|
||||||
write_c_skeleton;
|
|
||||||
prefix="/qemu"
|
prefix="/qemu"
|
||||||
bindir=""
|
bindir=""
|
||||||
qemu_suffix=""
|
qemu_suffix=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue