add preliminary support for musl
authorFlorian Fainelli <florian@openwrt.org>
Fri, 23 Nov 2012 20:02:29 +0000 (20:02 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 23 Nov 2012 20:02:29 +0000 (20:02 +0000)
commit6b63716262b89bec53402817876116898936d5f4
tree1d792a9083d34dc6e40620b3c5802e9168a461e0
parent14ed3f0f22f34b337bb58b2a5fd09e887df3331f
add preliminary support for musl

Musl is an alternative C-library, see http://www.musl-libc.org for more infos.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
30 files changed:
include/site/arm-openwrt-linux-musl [new file with mode: 0644]
include/site/arm-openwrt-linux-muslgnueabi [new file with mode: 0644]
include/site/armeb-openwrt-linux-musl [new file with mode: 0644]
include/site/armeb-openwrt-linux-muslgnueabi [new file with mode: 0644]
include/site/i486-openwrt-linux-musl [new file with mode: 0644]
include/site/i686-openwrt-linux-musl [new file with mode: 0644]
include/site/mips-openwrt-linux-musl [new file with mode: 0644]
include/site/mipsel-openwrt-linux-musl [new file with mode: 0644]
include/site/powerpc-openwrt-linux-musl [new file with mode: 0644]
include/site/x86_64-openwrt-linux-musl [new file with mode: 0644]
package/hotplug2/Makefile
package/libs/libbsd/Makefile
package/toolchain/Makefile
scripts/config.sub
target/toolchain/files/wrapper.sh
toolchain/Config.in
toolchain/binutils/patches/2.22/200-musl.patch [new file with mode: 0644]
toolchain/gcc/Config.in
toolchain/gcc/patches/4.6-linaro/200-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/4.6.2/200-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/4.6.3/200-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/4.7-linaro/200-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/4.7.2/200-musl.patch [new file with mode: 0644]
toolchain/gdb/patches/200-linux_musl.patch [new file with mode: 0644]
toolchain/musl/Config.in [new file with mode: 0644]
toolchain/musl/Config.version [new file with mode: 0644]
toolchain/musl/Makefile [new file with mode: 0644]
toolchain/musl/common.mk [new file with mode: 0644]
toolchain/musl/headers/Makefile [new file with mode: 0644]
toolchain/musl/patches-0.9.7/001-bsd_ether_h.patch [new file with mode: 0644]