]> git.proxmox.com Git - mirror_qemu.git/commit
libvixl: Correct build failures on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Fri, 2 Jun 2017 10:51:46 +0000 (11:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jun 2017 10:51:46 +0000 (11:51 +0100)
commit993063fbb531d11f7ede59e5264308eafa6ee4ff
treebc34259c0da31c33b13f1adf911a2dcf1b613de8
parent43771d5d92312504305c19abe29ec5bfabd55f01
libvixl: Correct build failures on NetBSD

Ensure that C99 macros are defined regardless of the inclusion order of
headers in vixl. This is required at least on NetBSD.

The vixl/globals.h headers defines __STDC_CONSTANT_MACROS and must be
included before other system headers.

This file defines unconditionally the following macros, without altering
the original sources:
 - __STDC_CONSTANT_MACROS
 - __STDC_LIMIT_MACROS
 - __STDC_FORMAT_MACROS

Signed-off-by: Kamil Rytarowski <n54@gmx.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170514051820.15985-1-n54@gmx.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
disas/libvixl/Makefile.objs