--- manual6.txt 2013-09-09 13:36:09.695361698 +0200 +++ manual6-mod.txt 2013-09-09 13:36:32.186602487 +0200 @@ -65,6 +65,25 @@ * Big-endian default; little-endian variants also supported * Soft-float +#### Sugested Triple Table + + musl + +-linux-musl ld-musl-.so.1 +arm-linux-musleabi ld-musl-arm.so.1 +arm-linux-musleabihf ld-musl-armhf.so.1 + +#### CPU Table + + musl + +i386 i386 +x86_64 x86_64 +arm arm, armhf +mips mips +mipsel mipsel +powerpc power +microblaze microblaze,microblazeel ### Build and Installation @@ -161,9 +180,6 @@ necessary to create a path file for the dynamic linker. See `../etc/ld-musl-$(ARCH).path` in the next section of the manual. - - - ### Installed Components In the following, `$(syslibdir)`, `$(includedir)`, and `$(libdir)` @@ -414,7 +430,7 @@ * `_GNU_SOURCE` (or `_ALL_SOURCE`) - Adds everything above, plus interfaces modelef after GNU libc + Adds everything above, plus interfaces modeled after GNU libc extensions and interfaces for making use of Linux-specific features.