| Commit message (Expand) | Author | Age | Files | Lines |
* | toolchain.eclass: drop PATH and ROOTPATH from /etc/env.d/gcc/ | Sergei Trofimovich | 2019-09-05 | 1 | -2/+0 |
* | toolchain.eclass: cleanup create_revdep_rebuild_entry() | Sergei Trofimovich | 2019-08-25 | 1 | -2/+2 |
* | eclass/toolchain.eclass: mask LIBPATH for cross-case, bug #692844 | Sergei Trofimovich | 2019-08-25 | 1 | -0/+15 |
* | toolchain.eclass: drop USE=nptl from kgcc64, bug #642932 | Sergei Trofimovich | 2019-08-22 | 1 | -6/+8 |
* | toolchain.eclass: Fix gcj's automagic dependency on dev-java/antlr | James Le Cuirot | 2019-08-21 | 1 | -4/+5 |
* | toolchain.eclass: fix gdb autoload path, bug #572480 | Sergei Trofimovich | 2019-08-21 | 1 | -2/+2 |
* | toolchain.eclass: obey user's USE=cxx option, bug #692126 | Sergei Trofimovich | 2019-08-17 | 1 | -1/+0 |
* | toolchain.eclass (do_gcc_CYGWINPORTS_patches): avoid bash-4.4ism | Michael Haubenwallner | 2019-08-12 | 1 | -2/+2 |
* | toolchain.eclass: update active cross-gcc on uninstall | Sergei Trofimovich | 2019-07-13 | 1 | -3/+1 |
* | toolchain.eclass: add 'einfo' when last cross-compiler is removed | Sergei Trofimovich | 2019-07-13 | 1 | -0/+1 |
* | toolchain.eclass: add riscv compiler abi configuration | Andreas K. Hüttel | 2019-05-29 | 1 | -0/+5 |
* | eclass: add support to toolchain.eclass for musl | Jory Pratt | 2019-05-23 | 1 | -0/+3 |
* | {sys-devel/gcc,dev-lang/gnat-gpl}: add a USE for building GCC with LTO | Shane Peelar | 2019-05-13 | 1 | -0/+6 |
* | toolchain.eclass: add D language to gcc-9 | Sergei Trofimovich | 2019-05-03 | 1 | -0/+1 |
* | toolchain.eclass: USE=mpx was dropped upstream from >=gcc-9 | Sergei Trofimovich | 2019-05-03 | 1 | -1/+2 |
* | toolchain.eclass: disable USE=jit for cross-compilers, bug #594572 | Sergei Trofimovich | 2019-04-27 | 1 | -0/+4 |
* | toolchain.eclass: add support for EAPI=6 | Sergei Trofimovich | 2019-03-02 | 1 | -3/+8 |
* | toolchain.eclass: avoid in_iuse in global scope | Sergei Trofimovich | 2019-02-27 | 1 | -11/+20 |
* | toolchain.eclass: enable verbose test logging | Sergei Trofimovich | 2019-02-24 | 1 | -1/+2 |
* | toolchain.eclass: never pass --enable-libvtv to ./configure | Sergei Trofimovich | 2019-02-15 | 1 | -2/+5 |
* | toolchain.eclass: prepare to rename USE=regression-test->test | Sergei Trofimovich | 2019-02-10 | 1 | -5/+13 |
* | toolchain.eclass: fix comment typos | Sergei Trofimovich | 2019-02-04 | 1 | -2/+2 |
* | toolchain.eclass: never pass --enable-libsanitizer to ./configure | Sergei Trofimovich | 2019-02-03 | 1 | -1/+18 |
* | toolchain.eclass: drop IUSE_DEF array | Sergei Trofimovich | 2019-02-03 | 1 | -8/+4 |
* | toolchain.eclass: move from versionator to eapi7-ver eclass | Sergei Trofimovich | 2018-12-09 | 1 | -12/+12 |
* | toolchain.eclass: drop info/dir index, bug #672408 | Sergei Trofimovich | 2018-12-04 | 1 | -0/+8 |
* | toolchain.eclass: follow move from uclibc to uclibc-ng | Sergei Trofimovich | 2018-12-02 | 1 | -1/+1 |
* | toolchain.eclass: filter out -Wstack-protector for gcc-4.0 | Sergei Trofimovich | 2018-11-30 | 1 | -0/+1 |
* | toolchain.eclass: drop prepstrip(), bug #587316 | Sergei Trofimovich | 2018-11-25 | 1 | -8/+9 |
* | toolchain.eclass: drop prepman() and prepstrip(), bug #587316 | Sergei Trofimovich | 2018-11-22 | 1 | -6/+0 |
* | toolchain.eclass: don't delete 'go' and 'gofmt' for cross-compilers | Sergei Trofimovich | 2018-10-23 | 1 | -6/+11 |
* | toolchain.eclass: filter out -Wextra -Wstack-protector | Sergei Trofimovich | 2018-10-06 | 1 | -0/+2 |
* | toolchain.eclass: pass CONFIG_SHELL to emake, bug #664486 | Sergei Trofimovich | 2018-09-30 | 1 | -1/+6 |
* | toolchain.eclass: filter out -fdiagnostics-show-option on gcc-4.0 and older | Sergei Trofimovich | 2018-09-16 | 1 | -0/+3 |
* | toolchain.eclass: add @SUPPORTED_EAPIS | Michał Górny | 2018-08-15 | 1 | -0/+1 |
* | toolchain.eclass: support gcc patches from cygwinports | Michael Haubenwallner | 2018-07-09 | 1 | -0/+28 |
* | toolchain.eclass: Cygwin provides posix threads | Michael Haubenwallner | 2018-07-09 | 1 | -1/+1 |
* | toolchain.eclass: D->ED for where to start cleanups | Michael Haubenwallner | 2018-07-09 | 1 | -5/+5 |
* | toolchain.eclass: ROOT->EROOT at looking for gcc specs file | Michael Haubenwallner | 2018-07-09 | 1 | -1/+1 |
* | toolchain.eclass: EAPI 7 aware for D,ED,ROOT,EROOT | Michael Haubenwallner | 2018-07-09 | 1 | -18/+18 |
* | toolchain.eclass: Do not pass unused --disable-libgcj option in GCC >=7. | Arfrever Frehtes Taifersar Arahesis | 2018-07-01 | 1 | -4/+6 |
* | toolchain.eclass: add IUSE=systemtap to gcc-8 | Sergei Trofimovich | 2018-05-16 | 1 | -0/+11 |
* | toolchain.eclass: disallow USE="ssp -libssp" on mingw targets | Sergei Trofimovich | 2018-05-05 | 1 | -1/+11 |
* | toolchain.eclass: drop IUSE=gcj from gcc-7 (removed upstream) | Sergei Trofimovich | 2018-05-03 | 1 | -1/+2 |
* | toolchain.eclass: drop IUSE=cilk from gcc-8 (removed upstream) | Sergei Trofimovich | 2018-05-03 | 1 | -1/+2 |
* | eclass/toolchain.eclass: disable libstdcxx-time for bare metal | Sergei Trofimovich | 2018-04-29 | 1 | -1/+8 |
* | toolchain.eclass: Transition deps to x11-base/xorg-proto | Matt Turner | 2018-04-27 | 1 | -2/+1 |
* | toolchain.eclass: don't install libcp1plugin.la | Sergei Trofimovich | 2018-04-14 | 1 | -0/+2 |
* | toolchain.eclass: Use :0= for dependency on >=dev-libs/isl-0.14. | Arfrever Frehtes Taifersar Arahesis | 2018-03-13 | 1 | -1/+1 |
* | eclass/toolchain.eclass: die early in case of EAPI < 5 | Matthias Maier | 2018-02-01 | 1 | -2/+2 |