uclibc: add ability to use uClibc-ng 1.0.0
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Feb 2015 21:01:06 +0000 (22:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Mar 2015 11:02:39 +0000 (12:02 +0100)
commit1deb4201b390a9265bb011c137d371ea68b81d11
tree11496b75d3ab6c49ecd3a222b6f3d70e8b3d2619
parentfbe1f44ac1e3e0c32fa1e93d2e8c28c9936d8a08
uclibc: add ability to use uClibc-ng 1.0.0

This commit adds support for a new uClibc version: uClibc-ng
1.0.0. Since its build system is for now exactly the same as the one
of uClibc, we don't create a new package, but instead simply add it as
a new uClibc version.

The only special trick needed is the creation of a symlink to the
program interpreter, due to a mismatch between the program interpreter
file name generated by uClibc-ng and the one used by gcc.

This patch is heavily based on previous work from Waldemar Brodkorb.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
package/uclibc/Config.in
package/uclibc/uClibc-ng-1.0.0.config [new file with mode: 0644]
package/uclibc/uclibc.mk