Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 3f05fcb52b78daeb37ea7bbc037fd44ed25aa867 https://github.com/crosstool-ng/crosstool-ng/commit/3f05fcb52b78daeb37ea7bbc037fd44ed25aa867 Author: Matthias Weisser Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M config/cc/gcc.in M scripts/build/cc/100-gcc.sh Log Message: ----------- Remove GCC dependency to libelf As crosstools-ng only support GCC >= 4.8 we do not need libelf for gcc. GCC dropped this dependency with 4.6. Signed-off-by: Matthias Weisser Commit: 1cfc160f9d18c8a40a78a35fd4bb574c8fc82163 https://github.com/crosstool-ng/crosstool-ng/commit/1cfc160f9d18c8a40a78a35fd4bb574c8fc82163 Author: Bryan Hundven Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M config/cc/gcc.in M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #322 from modbw/libelf Remove GCC dependency to libelf Compare: https://github.com/crosstool-ng/crosstool-ng/compare/2741a568a6c5...1cfc160f9d18