| Commit message (Expand) | Author | Age | Files | Lines |
* | toolchain-funcs.eclass: Add tc-get-c-rtlib() to get CC runtime | Michał Górny | 2022-10-10 | 1 | -0/+28 |
* | toolchain-funcs.eclass: Add tc-get-cxx-stdlib() to get C++ stdlib | Michał Górny | 2022-10-10 | 1 | -0/+36 |
* | toolchain-funcs.eclass: Drop support for EAPIs 0 and 5 | Ulrich Müller | 2022-07-18 | 1 | -4/+3 |
* | toolchain-funcs.eclass: placate cheesy eclass-to-manpage awk | Sam James | 2022-07-16 | 1 | -1/+1 |
* | toolchain-funcs.eclass: set LC_ALL=C where appropriate | Mike Gilbert | 2022-06-27 | 1 | -0/+6 |
* | toolchain-funcs.eclass: document proper tc-check-openmp use | David Seifert | 2022-05-16 | 1 | -0/+13 |
* | toolchain-funcs.eclass: deprecate tc-has-openmp | David Seifert | 2022-05-16 | 1 | -4/+15 |
* | toolchain-funcs.eclass: add detection for loongarch | WANG Xuerui | 2021-12-14 | 1 | -0/+2 |
* | toolchain-funcs.eclass: Support EAPI 8 | Ulrich Müller | 2021-06-23 | 1 | -2/+2 |
* | toolchain-funcs.eclass: restore EAPI=0 support used by crossdev | Sergei Trofimovich | 2021-06-21 | 1 | -1/+2 |
* | toolchain-funcs.eclass: fix @SUPPORTED_EAPIS eclassdoc | Sam James | 2021-06-21 | 1 | -1/+1 |
* | toolchain-funcs.eclass: [QA] add EAPI guard | Sam James | 2021-06-20 | 1 | -0/+6 |
* | toolchain-funcs.eclass: new function tc-ld-force-bfd() | Theo Anderson | 2021-01-23 | 1 | -6/+15 |
* | toolchain-funcs.eclass: fix or1k* tuple detection | Sergei Trofimovich | 2021-01-05 | 1 | -1/+1 |
* | toolchain-funcs.eclass: export tc-get*STRINGS helpers | Sergei Trofimovich | 2020-06-14 | 1 | -0/+8 |
* | toolchain-funcs.eclass: tweak comment | Sergei Trofimovich | 2020-05-25 | 1 | -2/+2 |
* | toolchain-funcs.eclass: export tc-get*READELF helpers | Sergei Trofimovich | 2020-05-25 | 1 | -0/+9 |
* | toolchain-funcs.eclass: fix tc-cpp-is-true() to work with clang | Mattias Nissler | 2019-11-06 | 1 | -8/+7 |
* | toolchain-funcs: Add tc-ld-is-lld helper. | Manoj Gupta | 2019-09-13 | 1 | -0/+30 |
* | toolchain-funcs.eclass: deprecate gen_usr_ldscript | Mike Gilbert | 2019-07-18 | 1 | -11/+4 |
* | eclass: Add risc-v endianness information | Arfrever Frehtes Taifersar Arahesis | 2019-05-11 | 1 | -1/+2 |
* | toolchain-funcs.eclass: Fix eclassdoc for tc-detect-is-softfloat | Michał Górny | 2019-03-14 | 1 | -5/+3 |
* | toolchain-funcs.eclass: softfloat detection, bug #666896 | Sergei Trofimovich | 2018-09-27 | 1 | -0/+7 |
* | toolchain-funcs.eclass: Update tc-is-softfloat for new ARM tuples | James Le Cuirot | 2018-08-21 | 1 | -14/+60 |
* | toolchain-funcs.eclass: tc-cpp-is-true function to simplify helpers | James Le Cuirot | 2018-08-21 | 1 | -28/+25 |
* | toolchain-funcs.eclass: New tc-getTARGET_CPP function | James Le Cuirot | 2018-08-21 | 1 | -0/+11 |
* | toolchain-funcs.eclass: fix tc-ld-disable-gold when using clang | Rahul Chaudhry | 2018-05-26 | 1 | -8/+22 |
* | tc-export_build_env: handle non-cross compile case | Raul E Rangel | 2018-05-05 | 1 | -7/+15 |
* | toolchain-funcs.eclass: Use host vars in tc-getBUILD* when not cross | Michał Górny | 2018-01-01 | 1 | -2/+8 |
* | toolchain.eclass: fix tc-enables-* with -ggdb3 | Luke Dashjr | 2017-08-10 | 1 | -4/+4 |
* | toolchain-funcs.eclass: We only support little-endian Alpha | James Le Cuirot | 2017-07-01 | 1 | -1/+1 |
* | toolchain-funcs.eclass: Add functions for detection of PIE / SSP in way compa... | Arfrever Frehtes Taifersar Arahesis | 2017-06-16 | 1 | -0/+67 |
* | toolchain-funcs.eclass: Remove meaningless eval | Michał Górny | 2017-03-08 | 1 | -3/+3 |
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
* | toolchain-funcs.eclass: Add tc-check-openmp() function | David Seifert | 2016-10-22 | 1 | -0/+21 |
* | toolchain-funcs.eclass: add or1k tuple support #589682 | Siarhei Siamashka | 2016-08-10 | 1 | -1/+1 |
* | eclass/toolchain-funcs: add clang version functions | Austin English | 2016-07-01 | 1 | -0/+33 |
* | eclass/toolchain-funcs: avoid backticks | Austin English | 2016-07-01 | 1 | -1/+1 |
* | toolchain-funcs.eclass: Remove code that has become redundant. | Ulrich Müller | 2016-06-27 | 1 | -3/+1 |
* | toolchain-funcs.eclass: tc-ninja_magic_to_arch, remove old KV support | Michał Górny | 2016-06-27 | 1 | -13/+3 |
* | toolchain-funcs.eclass: Add helpful tc-is-{gcc,clang} wrappers | Michał Górny | 2016-06-26 | 1 | -0/+12 |
* | toolchain-funcs.eclass: Add tc-get-compiler-type() | Michał Górny | 2016-06-26 | 1 | -0/+22 |
* | toolchain-funcs.eclass: Assume CPP="$(tc-getCC) -E" when unset, #582822 | Michał Górny | 2016-06-26 | 1 | -2/+2 |
* | toolchain-funcs.eclass: Fix _tc-getPROG with multi-parameter defaults | Michał Górny | 2016-06-26 | 1 | -5/+5 |
* | mysql-cmake/mysql-multilib eclasses: set STACK_DIRECTION to fix cross-compiles | Mike Frysinger | 2016-06-11 | 1 | -0/+15 |
* | toolchain-funcs.eclass: gen_usr_ldscript: integrate multilib_is_native_abi su... | Mike Frysinger | 2016-03-30 | 1 | -0/+5 |
* | toolchain-funcs.eclass: gen_usr_ldscript: disable for android targets | Mike Frysinger | 2015-10-12 | 1 | -0/+1 |
* | eclass: gentoo.org has https per default | Justin Lecher | 2015-09-25 | 1 | -1/+1 |
* | proj/gentoo: Initial commit | Robin H. Johnson | 2015-08-08 | 1 | -0/+839 |