Lind-Project / lind-wasm

https://lind-project.github.io/lind-wasm-docs/
Apache License 2.0
1 stars 1 forks source link

Integrate lind_syscall.c and crt1.c build into makefile #29

Open qianxichen233 opened 2 weeks ago

qianxichen233 commented 2 weeks ago

Currently in glibc, lind_syscall.c and crt1.c havn't been integrated into glibc's build system and have to be manually built. This should be fixed and these two files need to be within a makefile somewhere to be automatically built.