5342204076
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>
6 lines
216 B
Makefile
6 lines
216 B
Makefile
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
|