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 USE="bootstrap build" as it does very little and the existing logic shou...
Mike Frysinger
2013-01-24
1
-12
/
+5
*
Drop go support for 4.6 - broken by newer glibc versions and upstream recomme...
Ryan Hill
2013-01-15
1
-3
/
+3
*
enable libffi with gcc-3.0+ (i did not have a local copy at the time to check...
Mike Frysinger
2012-12-29
1
-2
/
+2
*
change `use doc` to `use_if_iuse doc` since not all gcc versions have USE=doc
Mike Frysinger
2012-12-29
1
-2
/
+2
*
only mess with libffi stuff with gcc-3.1+
Mike Frysinger
2012-12-29
1
-3
/
+5
*
restrict multilib logic in a few more places to gcc-3.2+, and libstdc++-v3 to...
Mike Frysinger
2012-12-29
1
-18
/
+25
*
do not mention active gcc-config if we are removing a version that is not sel...
Mike Frysinger
2012-12-24
1
-10
/
+13
*
pass --enable-libstdcxx-time so that it tries to locate support in the C lib ...
Mike Frysinger
2012-12-24
1
-1
/
+8
*
disable X configure flags setting up bad -I/-L flags that will mess with mult...
Mike Frysinger
2012-11-29
1
-1
/
+7
*
if uClibc is built w/out shared lib support (like nommu), then pass in --disa...
Mike Frysinger
2012-11-24
1
-2
/
+10
*
depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by Da...
Mike Frysinger
2012-11-24
1
-1
/
+5
*
fix typo in env.d generation after recent rewrite so we store all ldpaths and...
Mike Frysinger
2012-11-22
1
-2
/
+2
*
drop USE=nocxx support since everyone should be migrated now
Mike Frysinger
2012-11-22
1
-11
/
+2
*
stop disabling multilib libjava #425154 #435728
Mike Frysinger
2012-11-19
1
-48
/
+40
*
set FCFLAGS/FFLAGS when cross-compiling
Mike Frysinger
2012-11-19
1
-1
/
+3
*
do not sed libstdc++ python dir with gcc-4.7+ since the issue has been fixed ...
Mike Frysinger
2012-11-02
1
-2
/
+2
*
depend on virtual/pkgconfig for gcj/gtk deps #436724 by Diego Elio Pettenò
Mike Frysinger
2012-10-01
1
-2
/
+4
*
use --enable-poison-system-directories with cross-compilers when the patch is...
Mike Frysinger
2012-08-19
1
-1
/
+5
*
update path to fix_libtool_files.sh in toolchain_pkg_postrm #420731 by Piotr ...
Mike Frysinger
2012-06-11
1
-3
/
+3
*
add *-softfp-* support to the vendor field for people who want this for binar...
Mike Frysinger
2012-06-09
1
-4
/
+12
*
restore pkg_postrm export -- commit 1.542 was meant to delete pkg_prerm, not ...
Mike Frysinger
2012-06-05
1
-2
/
+2
*
always build up the multilib list for gcc even when --disable-multilib as it ...
Mike Frysinger
2012-06-03
1
-3
/
+5
*
teach gcc how to handle CTARGET abis independent of CHOST abis
Mike Frysinger
2012-06-03
1
-9
/
+13
*
punt pkg_preinst as it is merely a stub and no one calls it anymore
Mike Frysinger
2012-06-02
1
-6
/
+2
*
delete pkg_prerm from export_functions since its no longer defined
Mike Frysinger
2012-06-02
1
-2
/
+2
*
drop multilib_env setup calls since crossdev supports multilib now, and host ...
Mike Frysinger
2012-06-02
1
-10
/
+1
*
punt pkg_postrm as we no longer install these files into the / paths (rev 1.5...
Mike Frysinger
2012-06-02
1
-8
/
+2
*
pass --enable-obsolete for end users to use older (unsupported) targets #4183...
Mike Frysinger
2012-05-31
1
-1
/
+2
*
handle mingw64 targets in the libc cross-compiler logic #417793 by Matt Whitlock
Mike Frysinger
2012-05-30
1
-2
/
+4
*
drop x32 support for 4.6.x versions now that we have 4.7.0
Mike Frysinger
2012-05-22
1
-12
/
+4
*
only default armv7 to vfpv3-d16. default armv6 to vfp, but otherwise, keep t...
Mike Frysinger
2012-05-18
1
-5
/
+8
*
install .awk into /usr/share/gcc-data/ to avoid /lib/ mess, and we dont need ...
Mike Frysinger
2012-05-15
1
-16
/
+12
*
use `use_if_iuse` with bootstrap since not all versions have this
Mike Frysinger
2012-05-13
1
-2
/
+2
*
drop warnings for old versions of code
Mike Frysinger
2012-05-13
1
-18
/
+1
*
arm: rework default --with-arch selection to be more tolerant of endian varia...
Mike Frysinger
2012-05-10
1
-13
/
+23
*
simplify SLOT logic a bit by dropping CTARGET as we no longer need it -- we h...
Mike Frysinger
2012-04-14
1
-4
/
+2
*
All ebuilds need a version number so drop special case for master. Update co...
Ryan Hill
2012-03-22
1
-9
/
+9
*
require gcc-config-1.5+ now that everyone is stable (has ABI CFLAGS fixes and...
Mike Frysinger
2012-03-15
1
-2
/
+2
*
also rename gcov for people in the gcc-bin dir
Mike Frysinger
2012-03-14
1
-2
/
+4
*
Rev. 1.527 fixed 4.7 without me noticing. Add comments about the format of g...
Ryan Hill
2012-03-10
1
-4
/
+5
*
Revert PRERELEASE setting for live ebuilds. It seems 4.7 treats BASE-VER dif...
Ryan Hill
2012-03-10
1
-3
/
+7
*
We need micro versions on live ebuilds in order for tc_version_is_at_least() ...
Ryan Hill
2012-03-10
1
-3
/
+5
*
Tweak live ebuild bits.
Ryan Hill
2012-03-10
1
-8
/
+7
*
Fix unpacking of live git ebuilds.
Ryan Hill
2012-03-10
1
-3
/
+3
*
revise versioned symlink creation #406765 #220149
Mike Frysinger
2012-03-04
1
-4
/
+6
*
initial live git support
Mike Frysinger
2012-03-04
1
-3
/
+17
*
add a useful default DESCRIPTION, do not set a release tarball for 9999 versi...
Mike Frysinger
2012-03-03
1
-3
/
+10
*
Update comment about cloog/cloog-ppl.
Ryan Hill
2012-03-03
1
-4
/
+8
*
Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 by...
Ryan Hill
2012-03-03
1
-25
/
+6
*
install versioned symlinks for cross-compilers too #220149 by cJ
Mike Frysinger
2012-03-02
1
-2
/
+2
[next]