summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2022-06-22 11:06:27 +0200
committerPaolo Bonzini2022-07-06 09:31:16 +0200
commitbb52a8a278782f4e0f009d3568e60a9689b64da7 (patch)
tree941f7fd748e177720e47a74f25bd380c7cee219a /configure
parentconfigure: write EXTRA_CFLAGS for all sub-Makefiles (diff)
downloadqemu-bb52a8a278782f4e0f009d3568e60a9689b64da7.tar.gz
qemu-bb52a8a278782f4e0f009d3568e60a9689b64da7.tar.xz
qemu-bb52a8a278782f4e0f009d3568e60a9689b64da7.zip
tests/tcg: compile system emulation tests as freestanding
System emulation tests do not run in a hosted environment, since they do not link with libc. They should only use freestanding headers (float.h, limits.h, stdarg.h, stddef.h, stdbool.h, stdint.h, stdalign.h, stdnoreturn.h) and should be compiled with -ffreestanding in order to use the compiler implementation of those headers rather than the one in libc. Some tests are using inttypes.h instead of stdint.h, so fix that. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions