Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: b7194db3ffc69946b4775c76f95f271ce49659a4 https://github.com/crosstool-ng/crosstool-ng/commit/b7194db3ffc69946b4775c76f95f271ce49659a4 Author: Alexey Neyman Date: 2016-12-09 (Fri, 09 Dec 2016) Changed paths: A patches/uClibc-ng/1.0.20/100-xtensa-static-link.patch Log Message: ----------- Fix xtensa static link. uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman Commit: 1e5655b7a10aed778a1e1d75ba55fce0a323da30 https://github.com/crosstool-ng/crosstool-ng/commit/1e5655b7a10aed778a1e1d75ba55fce0a323da30 Author: Alexey Neyman Date: 2016-12-09 (Fri, 09 Dec 2016) Changed paths: M .travis.yml Log Message: ----------- Also, rename xtensa sample for Travis. Signed-off-by: Alexey Neyman Commit: 7bea082b3ff791cd5e9da5b3c7f9c9b49bbd8f6f https://github.com/crosstool-ng/crosstool-ng/commit/7bea082b3ff791cd5e9da5b3c7f9c9b49bbd8f6f Author: Alexey Neyman Date: 2016-12-16 (Fri, 16 Dec 2016) Changed paths: M .travis.yml A patches/uClibc-ng/1.0.20/100-xtensa-static-link.patch Log Message: ----------- Merge pull request #498 from stilor/xtensa-link Fix xtensa static link. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/da3f8c4ec534...7bea082b3ff7