From 83489293ef4535672caee0c5755729f3e0315a96 Mon Sep 17 00:00:00 2001 From: Luoyuan Xiao Date: Sun, 2 Jun 2024 08:50:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ef2b740..8f9d043 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ let ext4fs = Ext4BlockWrapper::::new(disk).expect("failed to initialize EXT4 filesystem"); ``` -### Linking libc -* _No longer need to implement the libc.a_ - ### Compile lwext4_rust separately ``` sh @@ -56,7 +53,6 @@ OR If you need to compile the lwext4 in C separately, please run `make musl-generic -C c/lwext4 ARCH=` ## Dependencies -* only C library on Rust OS * Rust development environment * C musl-based cross compile toolchains - [x86_64-linux-musl-gcc](https://musl.cc/x86_64-linux-musl-cross.tgz)