]> git.proxmox.com Git - mirror_qemu.git/commit
libvixl: remove per-target compiler flags
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 29 Jul 2019 10:50:04 +0000 (12:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:32:48 +0000 (19:32 +0100)
commit534220407696fb2231fb7938d7b28aa1b9cfc676
tree90229a6375cfc7fd7284b42b3ecb2d097ee5d60f
parentee6fe0532c0618e3e556ab1c1c5a24a8aa5f834b
libvixl: remove per-target compiler flags

We are already including -D__STDC_LIMIT_MACROS in the global CXXFLAGS,
so it makes sense to do the same for -D__STDC_CONSTANT_MACROS and
-D__STDC_FORMAT_MACROS instead of limiting that to libvixl.

The -Wno-sign-compare option can also be removed since GCC 4.6 is not
supported anymore.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
disas/libvixl/Makefile.objs