Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7120d81f48b421fa6a9c15fc4026eec5dc271860 https://github.com/crosstool-ng/crosstool-ng/commit/7120d81f48b421fa6a9c15fc4026eec5dc271860 Author: Kirill K. Smirnov Date: 2016-08-30 (Tue, 30 Aug 2016) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- uClibc: install native utils This change adds native ldd and ldconfig utils to sysroot. For glibc just 'make install' installs everything including utils. For uclibc there exists a separate goal 'install_utils'. Make it. Signed-off-by: Kirill K. Smirnov Commit: 41cd6542a737af78e4a38a00cc86c6ee138691e0 https://github.com/crosstool-ng/crosstool-ng/commit/41cd6542a737af78e4a38a00cc86c6ee138691e0 Author: Kirill K. Smirnov Date: 2016-08-30 (Tue, 30 Aug 2016) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- uClibc: propagate SHARED_LIBS option. This patch synchronizes crosstool CT_SHARED_LIBS and uclibc HAVE_SHARED options. Signed-off-by: Kirill K. Smirnov Commit: 62331c9023860d785d81eec59a32276abdb8cb54 https://github.com/crosstool-ng/crosstool-ng/commit/62331c9023860d785d81eec59a32276abdb8cb54 Author: Bryan Hundven Date: 2016-08-30 (Tue, 30 Aug 2016) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #435 from KirillSmirnov/uclibc uClibc: improve managing shared libs Compare: https://github.com/crosstool-ng/crosstool-ng/compare/a833c5596d75...62331c902386