hyperlight-libc 0.16.0

This crate provides picolibc for Hyperlight guests. It builds the picolibc library and generates bindings to the libc types and functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[binaries]
c = ['powerpc64-linux-gnu-gcc', '-fno-pic', '-static']
cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-static']
ar = 'powerpc64-linux-gnu-ar'
nm = 'powerpc64-linux-gnu-nm'
strip = 'powerpc64-linux-gnu-strip'

[host_machine]
system = 'linux'
cpu_family = 'ppc64'
cpu = 'ppc64'
endian = 'big'

[properties]
skip_sanity_check = true