summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 f...Ulrich Müller2014-10-261-10/+10
* 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
* 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
* Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 andRyan Hill2014-05-201-2/+3
* Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).Ryan Hill2014-05-201-2/+2
* drop treelang as it only applies to <gcc-4.3 and no longer builds with recent...Mike Frysinger2014-05-181-10/+1
* Allow parallel profiledbootstrap in newer versions (bug #508878 by Eric F.Ryan Hill2014-05-151-12/+11
* Update my src_uri.Ryan Hill2014-03-161-2/+2
* Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. OnlyRyan Hill2014-02-051-37/+41
* Add downgrade_arch_flags() to automatically replace/strip unsupported -marchRyan Hill2014-02-021-14/+125
* Work around bug #357287.Ryan Hill2014-01-241-1/+4
* Add EAPI 0 compatible USE defaults (bug #372663).Ryan Hill2014-01-131-5/+10
* Add support for default ssp on >=gcc-4.8.2 #484714Magnus Granberg2014-01-101-27/+35
* fix cross-compiling a stage1 with gcc-4.8 -- we can't enable c++ right awayMike Frysinger2013-12-311-2/+2
* eat trailing whitespace -- no functional changesMike Frysinger2013-12-311-4/+4
* For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag,Ryan Hill2013-12-301-1/+2
* Missed one.Ryan Hill2013-12-281-2/+2
* Use version ranges instead of case statements in gcc_do_filter_flags().Ryan Hill2013-12-281-56/+47
* Add tc_version_is_between() helper.Ryan Hill2013-12-281-8/+13
* Reintroduce texinfo patch to unbreak older versions (bug #496224).Ryan Hill2013-12-281-3/+4
* stub out the treelang info page in older gcc builds #496224 by Adam RandallMike Frysinger2013-12-271-1/+3
* Initial EAPI support (bug #474358).Ryan Hill2013-12-271-213/+220
* Rename gtk USE flag to awt. Remove lto USE flag. Minor cleanup.Ryan Hill2013-12-231-37/+15
* Reorder by phase and group functions together with the phase that uses them.Ryan Hill2013-12-211-780/+767