GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
toolchain.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop x32 support for gcc-4.7 #543578
Mike Frysinger
2015-03-17
1
-3
/
+3
*
disable USE=graphite support for versions older than gcc-4.8 #448024
Mike Frysinger
2015-03-17
1
-29
/
+20
*
enable multislot for 4.6.x now that has cycled out
Mike Frysinger
2015-03-13
1
-2
/
+2
*
reland multislot logic now that the three packages impacted have been updated
Mike Frysinger
2015-02-15
1
-2
/
+2
*
Revert unreviewed commit which breaks the tree
Justin Lecher
2015-02-10
1
-2
/
+2
*
Remove halcy0n from the gentoo_urls for toolchain.eclass, per his instructions.
Anthony G. Basile
2015-02-10
1
-3
/
+2
*
Add my devspace to the gentoo_urls for toolchain.eclass
Anthony G. Basile
2015-02-10
1
-2
/
+3
*
use multislot for all cross-compilers and versions older than gcc-4.6
Mike Frysinger
2015-02-09
1
-2
/
+2
*
Restore the old way of dealing with fixed includes for bsd, bug #536878.
Anthony G. Basile
2015-02-05
1
-11
/
+16
*
Stub out fixed includes, bug #536878.
Anthony G. Basile
2015-01-21
1
-11
/
+10
*
enbale --with-float=hard for arm eabihf tuples #528278
Mike Frysinger
2014-11-15
1
-4
/
+4
*
Fix broken dependencies due to gcc multislotting, #528194, #528196
Justin Lecher
2014-11-04
1
-2
/
+2
*
enable multislot for all versions <4.7
Mike Frysinger
2014-11-02
1
-2
/
+2
*
[QA] Code from revisions 1.636 and 1.640 commented out. This causes several f...
Ulrich Müller
2014-10-26
1
-10
/
+10
*
rework gcc-5.x snapshots again
Mike Frysinger
2014-10-24
1
-5
/
+8
*
centralize the gcc snapshot/prerelease warning message
Mike Frysinger
2014-10-24
1
-1
/
+7
*
expand LICENSE handling for all versions
Mike Frysinger
2014-10-24
1
-3
/
+16
*
restrict --enable-linker-build-id to known ELF targets #525942
Mike Frysinger
2014-10-20
1
-5
/
+9
*
add USE=sanitize to control libsanitizer #525174 by Lukas Lihotzki
Mike Frysinger
2014-10-19
1
-1
/
+6
*
use arrays for IUSE_DEF to simplify code
Mike Frysinger
2014-10-19
1
-6
/
+6
*
handle the new gcc-5.x snapshots which changed their versioning slightly
Mike Frysinger
2014-10-17
1
-6
/
+8
*
enable --enable-linker-build-id by default with gcc-4.5+
Mike Frysinger
2014-10-17
1
-1
/
+7
*
Another typo.
Mike Gilbert
2014-08-05
1
-2
/
+2
*
Fix typo.
Robin H. Johnson
2014-08-05
1
-2
/
+2
*
Fix bug #513706 ssp only on gnu CTARGET's
Magnus Granberg
2014-08-04
1
-3
/
+5
*
If we keep the flag list sorted by version there's no need for this function
Ryan Hill
2014-06-01
1
-8
/
+7
*
downgrade_arch_flags: simplify bash logic a bit
Mike Frysinger
2014-06-01
1
-88
/
+89
*
Bug #499774, take 2.
Ryan Hill
2014-05-21
1
-2
/
+3
*
Revert libintl change. It turns out we need to depend on gettext anyways, so
Ryan Hill
2014-05-21
1
-2
/
+2
*
Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 and
Ryan Hill
2014-05-20
1
-2
/
+3
*
Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).
Ryan Hill
2014-05-20
1
-2
/
+2
*
drop treelang as it only applies to <gcc-4.3 and no longer builds with recent...
Mike Frysinger
2014-05-18
1
-10
/
+1
*
Allow parallel profiledbootstrap in newer versions (bug #508878 by Eric F.
Ryan Hill
2014-05-15
1
-12
/
+11
*
Update my src_uri.
Ryan Hill
2014-03-16
1
-2
/
+2
*
Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. Only
Ryan Hill
2014-02-05
1
-37
/
+41
*
Add downgrade_arch_flags() to automatically replace/strip unsupported -march
Ryan Hill
2014-02-02
1
-14
/
+125
*
Work around bug #357287.
Ryan Hill
2014-01-24
1
-1
/
+4
*
Add EAPI 0 compatible USE defaults (bug #372663).
Ryan Hill
2014-01-13
1
-5
/
+10
*
Add support for default ssp on >=gcc-4.8.2 #484714
Magnus Granberg
2014-01-10
1
-27
/
+35
*
fix cross-compiling a stage1 with gcc-4.8 -- we can't enable c++ right away
Mike Frysinger
2013-12-31
1
-2
/
+2
*
eat trailing whitespace -- no functional changes
Mike Frysinger
2013-12-31
1
-4
/
+4
*
For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag,
Ryan Hill
2013-12-30
1
-1
/
+2
*
Missed one.
Ryan Hill
2013-12-28
1
-2
/
+2
*
Use version ranges instead of case statements in gcc_do_filter_flags().
Ryan Hill
2013-12-28
1
-56
/
+47
*
Add tc_version_is_between() helper.
Ryan Hill
2013-12-28
1
-8
/
+13
*
Reintroduce texinfo patch to unbreak older versions (bug #496224).
Ryan Hill
2013-12-28
1
-3
/
+4
*
stub out the treelang info page in older gcc builds #496224 by Adam Randall
Mike Frysinger
2013-12-27
1
-1
/
+3
*
Initial EAPI support (bug #474358).
Ryan Hill
2013-12-27
1
-213
/
+220
*
Rename gtk USE flag to awt. Remove lto USE flag. Minor cleanup.
Ryan Hill
2013-12-23
1
-37
/
+15
*
Reorder by phase and group functions together with the phase that uses them.
Ryan Hill
2013-12-21
1
-780
/
+767
[next]