[buildroot] add preliminary support for musl
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Nov 2012 20:02:29 +0000 (20:02 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Nov 2012 20:02:29 +0000 (20:02 +0000)
commitcfcc935fa2f110fdf4824c67d3cd67f34d91f7a8
treebc44c7e2aea0c387867ce3601e782b02a940d79e
parent4cf1359d5dc38debc89834d895f9a3951044bf90
[buildroot] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34314 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]