summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use --enable-checking=no w/gcc-3.4 as "release" was not added until gcc-4.0 ↵Mike Frysinger2015-07-171-2/+4
| | | | #551636 by Samuel Bauer
* add USE=pie for gcc-6 to control enabling pie by defaultMike Frysinger2015-06-011-1/+6
|
* add USE=debug to control --enable-checking behavior for all versions rather ↵Mike Frysinger2015-06-011-6/+4
| | | | than just snapshots
* drop EAPI=0 & EAPI=1 supportMike Frysinger2015-06-011-14/+5
|
* when munging the libtool paths, make sure we use the internal multilib path ↵Mike Frysinger2015-05-271-4/+6
| | | | and not the main libpath #540392 by Christoph Junghans
* clean out generated "Directory Reference" man pages as they offer no real ↵Mike Frysinger2015-05-261-3/+8
| | | | value #486754
* use slightly more readable version of CATEGORY/cross-* checkingMike Frysinger2015-05-251-3/+3
|
* use find directly to run sed on la files so we skip sed when there are no la ↵Mike Frysinger2015-05-131-5/+7
| | | | files #548782
* use find to run sed on la files so we skip sed when there are no la files ↵Mike Frysinger2015-05-111-2/+2
| | | | #548782
* use find to run sed on la files so we skip sed when there are no la files ↵Mike Frysinger2015-05-081-4/+4
| | | | #548782
* call die in more places to catch bad sed/mv commandsMike Frysinger2015-05-041-5/+5
|
* require newer isl w/gcc-5 to address a fortran ICE (gcc PR547470) #547470Mike Frysinger2015-04-231-2/+2
|
* make linker script clean up behavior the same across old versions of gccMike Frysinger2015-04-201-8/+4
|
* all sanitizer la files #546700 by Mihai MoldovanMike Frysinger2015-04-201-3/+3
|
* handle versions 6.x+ like 5.xMike Frysinger2015-04-131-4/+4
|
* force the configure shell to bash to work around older configure detectionMike Frysinger2015-04-131-2/+5
|
* Add USE=cilk to control support for the Cilk Plus language.Mike Frysinger2015-03-291-1/+5
|
* put each alpha release into its own SLOTMike Frysinger2015-03-291-2/+2
|
* do not depend on graphite packages when USE=graphite is unavailable #544818 ↵Mike Frysinger2015-03-291-9/+11
| | | | by Michał Górny
* drop x32 support for gcc-4.7 #543578Mike Frysinger2015-03-171-3/+3
|
* disable USE=graphite support for versions older than gcc-4.8 #448024Mike Frysinger2015-03-171-29/+20
|
* enable multislot for 4.6.x now that has cycled outMike Frysinger2015-03-131-2/+2
|
* reland multislot logic now that the three packages impacted have been updatedMike Frysinger2015-02-151-2/+2
|
* Revert unreviewed commit which breaks the treeJustin Lecher2015-02-101-2/+2
|
* Remove halcy0n from the gentoo_urls for toolchain.eclass, per his instructions.Anthony G. Basile2015-02-101-3/+2
|
* Add my devspace to the gentoo_urls for toolchain.eclassAnthony G. Basile2015-02-101-2/+3
|
* use multislot for all cross-compilers and versions older than gcc-4.6Mike Frysinger2015-02-091-2/+2
|
* Restore the old way of dealing with fixed includes for bsd, bug #536878.Anthony G. Basile2015-02-051-11/+16
|
* Stub out fixed includes, bug #536878.Anthony G. Basile2015-01-211-11/+10
|
* enbale --with-float=hard for arm eabihf tuples #528278Mike Frysinger2014-11-151-4/+4
|
* Fix broken dependencies due to gcc multislotting, #528194, #528196Justin Lecher2014-11-041-2/+2
|
* enable multislot for all versions <4.7Mike Frysinger2014-11-021-2/+2
|
* [QA] Code from revisions 1.636 and 1.640 commented out. This causes several ↵Ulrich Müller2014-10-261-10/+10
| | | | file collisions, see bug 526144 and related bugs.
* rework gcc-5.x snapshots againMike Frysinger2014-10-241-5/+8
|
* centralize the gcc snapshot/prerelease warning messageMike Frysinger2014-10-241-1/+7
|
* expand LICENSE handling for all versionsMike Frysinger2014-10-241-3/+16
|
* restrict --enable-linker-build-id to known ELF targets #525942Mike Frysinger2014-10-201-5/+9
|
* add USE=sanitize to control libsanitizer #525174 by Lukas LihotzkiMike Frysinger2014-10-191-1/+6
|
* use arrays for IUSE_DEF to simplify codeMike Frysinger2014-10-191-6/+6
|
* handle the new gcc-5.x snapshots which changed their versioning slightlyMike Frysinger2014-10-171-6/+8
|
* enable --enable-linker-build-id by default with gcc-4.5+Mike Frysinger2014-10-171-1/+7
|
* Another typo.Mike Gilbert2014-08-051-2/+2
|
* Fix typo.Robin H. Johnson2014-08-051-2/+2
|
* Fix bug #513706 ssp only on gnu CTARGET'sMagnus Granberg2014-08-041-3/+5
|
* If we keep the flag list sorted by version there's no need for this functionRyan Hill2014-06-011-8/+7
| | | | to be recursive. This shaves a couple seconds off the worst-case runtime.
* downgrade_arch_flags: simplify bash logic a bitMike Frysinger2014-06-011-88/+89
|
* Bug #499774, take 2.Ryan Hill2014-05-211-2/+3
|
* Revert libintl change. It turns out we need to depend on gettext anyways, soRyan Hill2014-05-211-2/+2
| | | | this change is pointless.
* Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 andRyan Hill2014-05-201-2/+3
| | | | ppc/s390 respectively if supported by the assembler (bug #506202).
* Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).Ryan Hill2014-05-201-2/+2
|