You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
I am tired of manually implementing the libc functions. So I decided to introduce musl.
Add musl as submodule to src/musl
Do not clean build/ directory to add Makefile for building musl into there
Add config for building musl
Add a child Makefile to build/musl"
Remove all unused files due to build libcr.a from musl
Add a COPYRIGHT file including a discription for musl
Add a desctription for cloning with submodules and for requirements - [ ] Extract src and build parts from Makefile (WTF did I mean? Anyway, it's not a perfect but it's alright.)
The text was updated successfully, but these errors were encountered:
I am tired of manually implementing the libc functions. So I decided to introduce musl.
- [ ] Extract(WTF did I mean? Anyway, it's not a perfect but it's alright.)src
andbuild
parts from MakefileThe text was updated successfully, but these errors were encountered: