toolchain/uClibc: add support of uClibc-ng
authorFelix Fietkau <nbd@openwrt.org>
Thu, 1 Oct 2015 19:50:01 +0000 (19:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 1 Oct 2015 19:50:01 +0000 (19:50 +0000)
commit57a70e8a644d10029d6e0d519d4b22139f64777d
tree3fbc1f59172d52cfbf343b0c270edbf8634dcacd
parent7ad419a9f1ad41f30e3dffcea8c0132c32ebefcc
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>
SVN-Revision: 47077
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]