Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: c8d7d79e20f83e3ca268b0c302263a8c6660bd8a https://github.com/crosstool-ng/crosstool-ng/commit/c8d7d79e20f83e3ca268b0c302263a8c6660bd8a Author: Jasmin Jessich Date: 2017-02-21 (Tue, 21 Feb 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Added new gcc config option CC_GCC_CONFIG_TLS Adding new tristate configuration for TLS (Thread Local Storage) to add "--enable-tls" (y), "--disable-tls" (n) or nothing (m). Signed-off-by: Jasmin Jessich Commit: 4de4507a651901c65e09ee7db644962d4ac956ff https://github.com/crosstool-ng/crosstool-ng/commit/4de4507a651901c65e09ee7db644962d4ac956ff Author: Alexey Neyman Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #375 from jasmin-j/add_tls_config Added new gcc config option CC_GCC_CONFIG_TLS Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1468e996f75f...4de4507a6519