This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
891d51be6f
qemu-e2k
/
scripts
/
main.c
2 lines
18 B
C
Raw
Normal View
History
Unescape
Escape
configure, meson: move C++ compiler detection to meson.build The test is slightly weaker than before, because it does not call an extern "C" function from a C source file. However, in practice what we seek to detect is ABI compatibility of the various sanitizer flags, and for that it is enough to compile anything with CC and link it with CXX. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-11-08 12:31:52 +01:00
int
main
(
void
)
{
}
Reference in New Issue
Copy Permalink