Home
last modified time | relevance | path

Searched hist:"565174 d0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dmeson.build565174d0 Thu Nov 04 08:35:14 CDT 2021 Paolo Bonzini <pbonzini@redhat.com> meson: perform snappy test with the C++ compiler if used

Snappy is written in C++ and as such needs to link against libstdc++. When
linking statically, this means that the compile test cannot succeed unless
performed with a C++ compiler. Do so if link_language is set to C++; if it
is C, the test will usually fail and snappy will be disabled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>