summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update path to fix_libtool_files.sh in toolchain_pkg_postrm #420731 by Piotr ...Mike Frysinger2012-06-111-3/+3
* add *-softfp-* support to the vendor field for people who want this for binar...Mike Frysinger2012-06-091-4/+12
* restore pkg_postrm export -- commit 1.542 was meant to delete pkg_prerm, not ...Mike Frysinger2012-06-051-2/+2
* always build up the multilib list for gcc even when --disable-multilib as it ...Mike Frysinger2012-06-031-3/+5
* teach gcc how to handle CTARGET abis independent of CHOST abisMike Frysinger2012-06-031-9/+13
* punt pkg_preinst as it is merely a stub and no one calls it anymoreMike Frysinger2012-06-021-6/+2
* delete pkg_prerm from export_functions since its no longer definedMike Frysinger2012-06-021-2/+2
* drop multilib_env setup calls since crossdev supports multilib now, and host ...Mike Frysinger2012-06-021-10/+1
* punt pkg_postrm as we no longer install these files into the / paths (rev 1.5...Mike Frysinger2012-06-021-8/+2
* pass --enable-obsolete for end users to use older (unsupported) targets #4183...Mike Frysinger2012-05-311-1/+2
* handle mingw64 targets in the libc cross-compiler logic #417793 by Matt WhitlockMike Frysinger2012-05-301-2/+4
* drop x32 support for 4.6.x versions now that we have 4.7.0Mike Frysinger2012-05-221-12/+4
* only default armv7 to vfpv3-d16. default armv6 to vfp, but otherwise, keep t...Mike Frysinger2012-05-181-5/+8
* install .awk into /usr/share/gcc-data/ to avoid /lib/ mess, and we dont need ...Mike Frysinger2012-05-151-16/+12
* use `use_if_iuse` with bootstrap since not all versions have thisMike Frysinger2012-05-131-2/+2
* drop warnings for old versions of codeMike Frysinger2012-05-131-18/+1
* arm: rework default --with-arch selection to be more tolerant of endian varia...Mike Frysinger2012-05-101-13/+23
* simplify SLOT logic a bit by dropping CTARGET as we no longer need it -- we h...Mike Frysinger2012-04-141-4/+2
* All ebuilds need a version number so drop special case for master. Update co...Ryan Hill2012-03-221-9/+9
* require gcc-config-1.5+ now that everyone is stable (has ABI CFLAGS fixes and...Mike Frysinger2012-03-151-2/+2
* also rename gcov for people in the gcc-bin dirMike Frysinger2012-03-141-2/+4
* Rev. 1.527 fixed 4.7 without me noticing. Add comments about the format of g...Ryan Hill2012-03-101-4/+5
* Revert PRERELEASE setting for live ebuilds. It seems 4.7 treats BASE-VER dif...Ryan Hill2012-03-101-3/+7
* We need micro versions on live ebuilds in order for tc_version_is_at_least() ...Ryan Hill2012-03-101-3/+5
* Tweak live ebuild bits.Ryan Hill2012-03-101-8/+7
* Fix unpacking of live git ebuilds.Ryan Hill2012-03-101-3/+3
* revise versioned symlink creation #406765 #220149Mike Frysinger2012-03-041-4/+6
* initial live git supportMike Frysinger2012-03-041-3/+17
* add a useful default DESCRIPTION, do not set a release tarball for 9999 versi...Mike Frysinger2012-03-031-3/+10
* Update comment about cloog/cloog-ppl.Ryan Hill2012-03-031-4/+8
* Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 by...Ryan Hill2012-03-031-25/+6
* install versioned symlinks for cross-compilers too #220149 by cJMike Frysinger2012-03-021-2/+2
* drop cxxabi.h relocation since it appears to be unnecessary nowadays with our...Mike Frysinger2012-02-281-5/+1
* Require dev-libs/ppl-0.11 now that it's stable (bug #396569). Drop cloog-ppl...Ryan Hill2012-02-201-9/+4
* Fix bug 301299 for gccMagnus Granberg2012-02-121-2/+8
* Add HARD_CFLAGS to CXXFLAGS on toolchain.eclassMagnus Granberg2012-01-171-6/+13
* --with-abi support for amd64 has not yet been merged into master #394823 by H...Mike Frysinger2011-12-161-5/+4
* simplify gcc_version_patch slightlyMike Frysinger2011-12-151-8/+6
* replace `want_boundschecking` with `use_if_iuse boundschecking` since they ha...Mike Frysinger2011-12-151-20/+12
* automatically create a tarball of all config.log files when we fail, and tell...Mike Frysinger2011-12-131-1/+11
* enable {bi,multi}arch support for ppc/x86 targets too #349405 by Denis Kagano...Mike Frysinger2011-12-101-9/+9
* only use --with-abi for x86_64 targets with recent enough versions as reporte...Mike Frysinger2011-12-081-2/+10
* handle --with-abi for x86_64 targets too, and unify with the --with-multilib-...Mike Frysinger2011-12-081-25/+35
* use -depth/-delete to simplify empty dir pruningMike Frysinger2011-12-071-4/+2
* Disappear disappeared devs.Ryan Hill2011-12-071-3/+4
* send `chown root` output to /dev/null so that we dont dump a lot of crap when...Mike Frysinger2011-12-061-4/+5
* backport x32 support to 4.6.2+ until 4.7.0+ is releasedMike Frysinger2011-12-061-3/+13
* fix multilib assumptions when setting up LDPATH (that there is only "32" and ...Mike Frysinger2011-12-061-33/+16
* simplify GCC_LANG logicMike Frysinger2011-12-061-30/+14
* simplify the setup of $S and $SRC_URI a bitMike Frysinger2011-12-061-29/+16