%general-entities; ]> musl-&musl-version; musl cross tools <para>The musl package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on.</para> </sect2> <sect2 role="installation"> <title>Installation of musl Configure the package: ./configure \ CROSS_COMPILE=${CLFS_TARGET}- \ --prefix=/ \ --target=${CLFS_TARGET} Compile the package: make Install the package: DESTDIR=${CLFS}/cross-tools/${CLFS_TARGET} make install Contents of musl Installed Programs Installed Libraries Installed Headers ld-musl.so.0 libc.so.0, libcrypt.so.0, libdl.so.0, libm.so.0, libpthread.so.0, librt.so.0 To be written... Short Descriptions ld-musl The musl dynamic linker / loader ld-musl libc The C library libc libcrypt The cryptographic library libcrypt libdl The musl dynamic linker / loader library libdl libm The math library libm libpthread The POSIX thread library libpthread librt The clock and timer library librt