No way it works...

This commit is contained in:
2025-11-18 22:27:45 +01:00
commit 78177c0a07
17 changed files with 109146 additions and 0 deletions

18
picolibc-i686.txt Normal file
View File

@@ -0,0 +1,18 @@
# Meson cross-compilation file for i686-elf with picolibc
[binaries]
c = 'gcc'
ar = 'ar'
as = 'as'
ld = 'ld'
strip = 'strip'
[host_machine]
system = 'none'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'
[properties]
c_args = ['-m32', '-march=i686']
c_link_args = ['-m32']
skip_sanity_check = true