mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 15:19:21 +00:00
Updated libc
This commit is contained in:
8
libs/Makefile
Normal file
8
libs/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
build:
|
||||
cp include/* ../out/system/include
|
||||
make --quiet -C libgcc build
|
||||
make --quiet -C libssp build
|
||||
|
||||
clean:
|
||||
make -C libgcc clean
|
||||
make -C libssp clean
|
Reference in New Issue
Block a user