summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* compile stage1 witn -O2 instead of -O if current and target are 3.4 and harde...Jeremy Huddleston2005-09-221-1/+4
* punt useless multilib cruft and fix up some of the remaining code ... also di...Mike Frysinger2005-09-211-92/+23
* touch up the USE=nocxx support in cross-compilers so that we can get a normal...Mike Frysinger2005-09-201-10/+19
* need to ignore mips for the multilib spec hackMike Frysinger2005-09-201-1/+2
* fix mips multilib cross-compileMike Frysinger2005-09-201-25/+9
* dont make the C++ manpages build fatal if it failsMike Frysinger2005-09-061-7/+5
* add support for building/install C++ manpagesMike Frysinger2005-09-061-2/+15
* deprecate sjlj for gcc-3.4 uclibc toolchainsMike Frysinger2005-08-221-2/+2
* blah, second to last commit had too many local changes, make sure gcc-3.3.x l...Mike Frysinger2005-08-201-2/+6
* dont want to pass --libdir because it will just cause gcc to install into a l...Mike Frysinger2005-08-201-2/+1
* punt --enable-version-specific-runtime-libs option #100679Mike Frysinger2005-08-191-15/+3
* remove sysroot since it doesnt work yetMike Frysinger2005-08-171-3/+1
* touchup support for cross-compiling a native compilerMike Frysinger2005-08-131-3/+9
* add support for cross-compiling native-compilersMike Frysinger2005-08-101-3/+6
* add support for USE=vanilla and create versioned symlinks so people can run `...Mike Frysinger2005-08-101-15/+25