Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 1d724767bdedac22682fe23e88b4fe0033cb58f4 https://github.com/crosstool-ng/crosstool-ng/commit/1d724767bdedac22682fe23e88b4fe0033cb58f4 Author: Nathan Chancellor Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M config/toolchain.in M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- config: Add package versioning flexibility Some users (like myself) may want to omit the crosstool-NG version from the binaries' versioning output, as it can be incredibly long and not too helpful. Add a config option to disable it. The possible combinations are as follows: - crosstool-NG version (default) - crosstool-NG version - custom toolchain ID - Custom toolchain ID - No crosstool-NG version OR custom toolchain ID Signed-off-by: Nathan Chancellor Commit: b0f14b0dfa1b8a060ba75c5a7294241857f51b3c https://github.com/crosstool-ng/crosstool-ng/commit/b0f14b0dfa1b8a060ba75c5a7294241857f51b3c Author: Nathan Chancellor Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M config/config.in M config/global.in Log Message: ----------- config: Show crosstool-NG version in .config This was previously available in 6c62da480344 but was then removed in cb7fcbe1ef4f. Add it back since it will be helpful if the user wants to hide the crosstool-NG version in the pkgversion. To get the new version, a defconfig from "ct-ng savedefconfig" or "ct-ng oldconfig" must be used in combination with "ct-ng menuconfig" or "ct-ng nconfig". Signed-off-by: Nathan Chancellor Commit: 95de709fe3f7e58af210c2727a7b28608936068e https://github.com/crosstool-ng/crosstool-ng/commit/95de709fe3f7e58af210c2727a7b28608936068e Author: Alexey Neyman Date: 2017-09-03 (Sun, 03 Sep 2017) Changed paths: M config/config.in M config/global.in M config/toolchain.in M scripts/build/binutils/binutils.sh M scripts/build/cc/gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- Merge pull request #822 from nathanchance/pkgversion-flexibility Improve toolchain ID options Compare: https://github.com/crosstool-ng/crosstool-ng/compare/98b6a5a45030...95de709fe3f7