summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add multislot to IUSE for all gcc packagesMike Frysinger2006-01-181-2/+4
* only add mudflap configure options with >=gcc-4Mike Frysinger2006-01-151-2/+4
* As this does not solve the problem for FreeBSD 6.0 update, don't disable shar...Diego Elio Pettenò2006-01-131-10/+2
* dont apply uclibc/pie patches when USE=vanillaMike Frysinger2006-01-131-1/+3
* Play it safe, disable shared version of libgcc on every freebsd target.Diego Elio Pettenò2006-01-081-5/+4
* Make sure that shared version of GCC libraries is disabled on FreeBSD 5.x, or...Diego Elio Pettenò2006-01-061-2/+11
* Added some logic to only show applicable use flags to users for each gcc versionMark Loeser2006-01-061-2/+18
* allow setting of gcc versionMike Frysinger2006-01-021-22/+23
* add a sanity check to make sure ETYPE is set by ebuilds and make the GCC_A_FA...Mike Frysinger2005-12-311-2/+4
* should use rm -r not rm -f for deleting mandirsMike Frysinger2005-12-291-2/+2
* dont export IUSE for kgcc64Mike Frysinger2005-12-241-5/+7
* ssp/pie/htb have their own USE flags sep from vanilla, so people can utilize ...Mike Frysinger2005-12-211-6/+6
* rename HTB patch funcMike Frysinger2005-12-171-3/+3
* forgot the $D while removing info/man pages as pointed out by mattiMike Frysinger2005-12-121-3/+3
* respect noinfo/noman FEATURESMike Frysinger2005-12-121-3/+7
* build libssp and crtbegin/crtend without ssp so that apps using themKevin F. Quinn2005-12-091-3/+7
* remove stray line continuationMike Frysinger2005-12-061-2/+2
* fixup cross-compiling for mips64 multilib some more with the help of kanakaMike Frysinger2005-12-061-20/+17
* use the multilib.out file generated by the gcc build system itself and pass -...Mike Frysinger2005-12-051-7/+8
* run gcc_movelibs before we strip and clean up the gcc_movelibs func to get ri...Mike Frysinger2005-12-051-42/+24
* cache the current gcc config profile instead of trying to query it twice and ...Mike Frysinger2005-12-031-5/+6
* use gcc-config profile splitting so that the profile name is properly parsed ...Mike Frysinger2005-12-031-3/+3
* Add link to the gcc migration guideMark Loeser2005-12-021-1/+5
* prune bogus generated manpages #113902Mike Frysinger2005-11-301-5/+8
* make sure we always cleanse libiberty.aMike Frysinger2005-11-301-4/+5
* touchup syntax, how we delete libiberty.a, and add some TODO commentsMike Frysinger2005-11-191-16/+14
* add support for USE=mudflap (gcc4+), remove the cross-compile multilib hack f...Mike Frysinger2005-11-181-8/+11
* update toolchain patch to handle uncompressed pie patchesMike Frysinger2005-11-161-3/+3
* add optional support for objc garbage collection #91222Mike Frysinger2005-11-131-3/+6
* disable mudflap for bootstrap cross-compilersMike Frysinger2005-11-111-3/+4
* remove USE=static #85318Mike Frysinger2005-11-051-10/+4
* change default abi for mips64 toolchains to n32 and add a warning if we skip ...Mike Frysinger2005-11-041-4/+6
* enable as-needed for gcc-3.4.4+, disable multilib for gcc-2 and older, and ad...Mike Frysinger2005-10-181-7/+18
* add support for more CTARGET->libc bindingsMike Frysinger2005-10-161-4/+7
* allow FILESDIR to be overridden by other ebuilds (like kgcc64)Mike Frysinger2005-10-141-7/+8
* use gcc instead of $PN/$P in places so we can use this eclass for other packagesMike Frysinger2005-10-141-12/+12
* add support for s390x multilibMike Frysinger2005-10-121-6/+3
* Set MULTILIB_ABIS to DEFAULT_ABI if ! use multilib.Jeremy Huddleston2005-10-111-3/+8
* remove multilib cross-compile hacks so that it works properlyMike Frysinger2005-10-111-53/+3
* Only use --with-sysroot with mips64 as it breaks other multilib crosscompilers.Jeremy Huddleston2005-10-071-3/+5
* removing comments where I didn't mean to put them.Jeremy Huddleston2005-10-071-3/+3
* Removing comment about breakage... re-emerging glibc will setup symlinks prop...Jeremy Huddleston2005-10-071-5/+3
* Added bin_prefix to eselect-compiler confs so we can setup the alternate targ...Jeremy Huddleston2005-10-061-2/+4
* Properly create profile confs for eselect-compiler for multilib crosscompiler...Jeremy Huddleston2005-10-061-11/+7
* autofix LANG issues in older configure scripts #105485Mike Frysinger2005-10-061-3/+12
* Fixed spec->specs in eselect-compiler config file. Thanks Christophe Saout <...Jeremy Huddleston2005-10-051-2/+2
* Added stdcxx_incdir to eselect conf.Jeremy Huddleston2005-10-051-1/+2
* Fixed chost/ctarget typo in the compiler confs on multilib archs.Jeremy Huddleston2005-10-011-4/+4
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-09-251-3/+3
* Added support for eselect-compilerJeremy Huddleston2005-09-241-25/+192