Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 51a3606b17b62eb5a9ae5616467f8814792969b7 https://github.com/crosstool-ng/crosstool-ng/commit/51a3606b17b62eb5a9ae5616467f8814792969b7 Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M scripts/build/companion_libs/320-libiconv.sh M scripts/build/companion_libs/330-gettext.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/400-ltrace.sh M scripts/build/libc/avr-libc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Fix use of custom location if it is a directory. In that case, CT_GetCustom just creates a symlink to the original. In that case, 'cp -a .' gives an error and 'cp -a ' creates as a symlink (which will then run the build inside the shared directory, .build/src/). Signed-off-by: Alexey Neyman Commit: 289188e6f2b55382fa508fed39385c49c5bb9c7c https://github.com/crosstool-ng/crosstool-ng/commit/289188e6f2b55382fa508fed39385c49c5bb9c7c Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M config/libc/uClibc.in Log Message: ----------- uClibc-ng needs to know whether it is 1.0.15+ This is workaround, as more packages require similar tweaks (some depend on X_Y_Z_or_later config variables either in kconfig, or in the build scripts. We should have a CT_CompareVersion, that will apply the default or per-package method of comparison. Signed-off-by: Alexey Neyman Commit: a787e410dc7133fb371e71161663639e1c0dc89b https://github.com/crosstool-ng/crosstool-ng/commit/a787e410dc7133fb371e71161663639e1c0dc89b Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M config/libc/uClibc.in M scripts/build/companion_libs/320-libiconv.sh M scripts/build/companion_libs/330-gettext.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/400-ltrace.sh M scripts/build/libc/avr-libc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #492 from stilor/custom-loc Fix building uClibc-ng from custom directory Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f7f70b67c447...a787e410dc71