Add experimental alpine linux64 base image

This commit is contained in:
BtbN 2021-05-12 19:50:12 +02:00
parent 3f7d7b73db
commit d0f6bd727f
18 changed files with 134 additions and 10 deletions

View file

@ -0,0 +1,15 @@
[binaries]
c = 'x86_64-alpine-linux-musl-gcc'
cpp = x86_64-alpine-linux-musl-g++'
ar = 'ar'
strip = 'strip'
[properties]
c_link_args = ['-static-libgcc', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
[host_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'