]> xenbits.xensource.com Git - xtf.git/commit
Drop dependency on gcc-multilib
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 15 Apr 2021 15:55:09 +0000 (16:55 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Apr 2021 22:41:56 +0000 (23:41 +0100)
commit8e3394a51e08affcf23cc254b92f1564b9b96972
treeae3860c325dc5088fb9940934634f3dc421edf73
parent90320d569b830666afc369992a507a61f0668534
Drop dependency on gcc-multilib

inttypes.h in particular isn't a freestanding header, and certain distros have
problems providing suitable freestanding headers anyway.  This also gets more
complicated as we start supporting other architectures.

Take the plunge and switch to entirely local headers only.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CODING_STYLE
build/common.mk
docs/mainpage.dox
include/inttypes.h [new file with mode: 0644]
include/limits.h [new file with mode: 0644]
include/stdarg.h [new file with mode: 0644]
include/stdbool.h [new file with mode: 0644]
include/stddef.h [new file with mode: 0644]
include/stdint.h [new file with mode: 0644]