diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-10-20 14:20:06 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-06 00:50:32 +0100 |
| commit | c5634e822416e71e00f08f55a521362d8d21264d (patch) | |
| tree | 2744cc9eb2707ee1514eed745961444e10628f52 | |
| parent | cec79db38df72ce74d0296b831e90547111bc13c (diff) | |
| download | focaccia-qemu-c5634e822416e71e00f08f55a521362d8d21264d.tar.gz focaccia-qemu-c5634e822416e71e00f08f55a521362d8d21264d.zip | |
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>
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 9f0bc57546..d808e57b76 100755 --- a/configure +++ b/configure @@ -640,7 +640,6 @@ if test "$mingw32" = "yes" ; then EXESUF=".exe" # MinGW needs -mthreads for TLS and macro _MT. CONFIGURE_CFLAGS="-mthreads $CONFIGURE_CFLAGS" - write_c_skeleton; prefix="/qemu" bindir="" qemu_suffix="" |