mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-16 01:19:32 -07:00
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>
5 lines
216 B
Text
5 lines
216 B
Text
common-obj-$(CONFIG_ARM_A64_DIS) = vixl/utils.o \
|
|
vixl/compiler-intrinsics.o \
|
|
vixl/a64/instructions-a64.o \
|
|
vixl/a64/decoder-a64.o \
|
|
vixl/a64/disasm-a64.o
|