Details on this package are located in Section 8.29.2, “Contents of Sed.”
The Sed package contains a stream editor.
Update helper scripts to allow cross compilation for loongarch:
tar xf ../config-20210826.tar.xz --strip-components=1 -C build-aux
Prepare Sed for compilation:
./configure --prefix=/usr \ --host=$LFS_TGT
Compile the package:
make
Install the package:
make DESTDIR=$LFS install
Details on this package are located in Section 8.29.2, “Contents of Sed.”