1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-22 11:04:22 -04:00

Main: remove libc

This commit is contained in:
Alex Kotov 2022-06-07 08:16:06 +03:00
parent f7e38306f2
commit db65040e73
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
20 changed files with 28 additions and 264 deletions

View file

@ -14,4 +14,4 @@ export AR="$CROSS-ar"
export CC="$CROSS-gcc"
export RANLIB="$CROSS-ranlib"
"$REPO/configure" --host="$HOST" --prefix="$PREFIX" --enable-freestanding --with-libc-all
"$REPO/configure" --host="$HOST" --prefix="$PREFIX" --enable-freestanding