toolchain/uClibc: add support of uClibc-ng
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Oct 2015 19:50:01 +0000 (19:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Oct 2015 19:50:01 +0000 (19:50 +0000)
commit37553dbc98835114674fa1459f4dc0b137726a2f
tree55b87b5a5fb748d5d40ceda18d8f5c3cc00bf66c
parentdf717397371c72410523b2fc5eaea8bbdc50c64c
toolchain/uClibc: add support of uClibc-ng

uClibc-ng is a spin-off of original uClibc, see http://www.uclibc-ng.org/

We try to regularly add changes from uClibc to uClibc-ng.
We even sent patches and bug reports to the uClibc mailing list.
The config file is compatible between uClibc-ng 1.0 and uClibc git master.
This might change in the future.

Our main goal is to provide regularly a stable and tested release
to make embedded system developers happy.

The main advantage of uClibc-ng over olde good uClibc is regular releases
so there's no need to keep tons of patches on top of years old
0.9.33.2

Build-tested for
 [1] ARM: Sunxi generic
 [2] MIPS: Netgear WNDR3600/3700/3800

Run-tested for [yet out of the tree] Synopsys Designware ARC AXS101.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Waldemar Brodkorb <wbx@uclibc-ng.org>
Cc: Mathieu Olivari <mathieu@codeaurora.org>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47077 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 files changed:
toolchain/uClibc/Config.in
toolchain/uClibc/Config.version
toolchain/uClibc/common.mk
toolchain/uClibc/config-ng-1.0.6/arm [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/armeb [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/common [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/debug [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/i386 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/i686 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/m68k [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64.32 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64.64 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64.n32 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64el [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64el.32 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64el.64 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mips64el.n32 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mipsel [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/mipsel.cobalt [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/powerpc [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/powerpc.e500 [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/sparc [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/sparc.leon [new file with mode: 0644]
toolchain/uClibc/config-ng-1.0.6/x86_64 [new file with mode: 0644]