summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* use elog for DONT_MOUNT_BOOT user message #223311Mike Frysinger2008-06-021-79/+66
|
* fix typo pointed out by Kundai Midzi #218869Mike Frysinger2008-04-221-2/+2
|
* shuffle around code to better match when configure options are actually usedMike Frysinger2008-04-221-14/+7
|
* handle renamed fixed include dir #214151Mike Frysinger2008-04-121-3/+3
|
* do not mess with LD_LIBRARY_PATH #213838Mike Frysinger2008-04-081-3/+1
|
* only pass --with-pkgversion with gcc-4.3+ as older versions of gcc have ↵Mike Frysinger2008-04-081-6/+4
| | | | broken handling and it is easier to just not use the flag than worry about patching older versions #214583
* fixup locale ranges in awk scripts #215828Mike Frysinger2008-04-071-1/+2
|
* Add -k to make check so we always run the full testsuite rather than bail on ↵Ryan Hill2008-03-231-2/+10
| | | | the first error. Save test results in /usr/share/doc/.
* add url/branding support for gcc-4.3+Mike Frysinger2008-03-171-28/+28
|
* add support for USE=libffi #199850Mike Frysinger2008-02-161-7/+20
|
* remove use of make profiledbootstrap by ppc64Tom Gall2008-02-051-2/+2
|
* mark treelang as unavailable to cross-compilers #199924Mike Frysinger2007-12-011-1/+2
|
* enable treelang by default when possibleMike Frysinger2007-11-201-1/+9
|
* apply to gcc-4+Mike Frysinger2007-11-121-2/+2
|
* Apply the texinfo fix only on GCC 4, as GCC 3.4 does not have thatDiego Elio Pettenò2007-11-121-2/+2
| | | | codepath anyway, and was failing unpack.
* apply gcc-configure-texinfo.patchMike Frysinger2007-11-111-2/+3
|
* set default -march for x86 based on CTARGETMike Frysinger2007-07-201-7/+12
|
* insert PATCH_VER into Gentoo version tagging as neededMike Frysinger2007-07-161-2/+2
|
* (QA) RESTRICT clean up.Piotr Jaroszyński2007-07-021-2/+2
|
* only enable mudflap when wanted (aka not kgcc64)Mike Frysinger2007-05-291-2/+6
|
* dont export extraneous IUSE into custom gcc-* packagesMike Frysinger2007-05-241-2/+2
|
* tweaks for gcc-4.2.0Mike Frysinger2007-05-191-20/+5
|
* start moving to GCC_PATH for env.d #174422 and cleanup gcc-config logic so ↵Mike Frysinger2007-05-031-11/+7
| | | | that it doesnt matter what the ROOT value is
* remove support for old amd64 multilibMike Frysinger2007-03-241-5/+2
|
* only try to unpack the D tarball when USE=d #170230Mike Frysinger2007-03-101-11/+9
|
* declare/shuffle around maintainersMike Frysinger2007-03-041-2/+4
|
* update mingw testMike Frysinger2007-02-221-2/+2
|
* Enable __cxa_atexit for FreeBSD too, as that's needed for proper C++ ↵Diego Elio Pettenò2007-02-181-12/+14
| | | | libraries cleanup, as x11-themes/domino pointed out.
* add support for the D language #159196Mike Frysinger2007-02-171-10/+38
|
* allow built_with_use to work even with hidden IUSE expanded vars #167166Mike Frysinger2007-02-171-2/+2
|
* add --missing to built_with_use #167166Mike Frysinger2007-02-171-2/+2
|
* check libc for *-elf and *-mingw*Mike Frysinger2007-02-161-9/+10
|
* use new tc-is-softfloat functionMike Frysinger2007-02-121-2/+2
|
* Create /usr/bin in the $ROOT if it doesn't exist already.Diego Elio Pettenò2007-02-011-53/+55
|
* remove funky URL for HTBMike Frysinger2007-01-061-2/+1
|
* more tweaks/generalization to support gcc-2 #124578Mike Frysinger2006-12-301-22/+28
|
* add --enable-secureplt by defaultMike Frysinger2006-12-271-1/+2
|
* need to disable libgomp when cross-compiling with gcc-4.2+Mike Frysinger2006-12-231-2/+2
|
* force all -elf toolchains to build with --with-newlib #158495Mike Frysinger2006-12-221-1/+2
|
* catch *-linux targetsMike Frysinger2006-11-131-1/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-2/+2
|
* --enable-threads is a problem only when mingw is the host ... also, make ↵Mike Frysinger2006-10-021-3/+7
| | | | sure we respect EXEEXT when doing the sanity check for gcc
* enable sysroot support for mingwMike Frysinger2006-10-021-2/+3
|
* allow people to use -foo_softfloat- for softfloat targetsMike Frysinger2006-09-291-2/+2
|
* only force --enable-__cxa_atexit when working with gnu targets (aka glibc) ↵Mike Frysinger2006-09-281-2/+2
| | | | #149356
* punt is_uclibc() and just check $CTARGET directlyMike Frysinger2006-09-281-13/+8
|
* dont apply stubs anymore when USE=vanilla #124578 by Harald van DijkMike Frysinger2006-09-171-2/+2
|
* add support for gcc-2 in setting IUSE #124578 by Harald van DijkMike Frysinger2006-09-171-11/+15
|
* install c98/c99 into /usr/binMike Frysinger2006-09-121-3/+4
|
* Don't build protoize on FreeBSD, again.Diego Elio Pettenò2006-09-051-2/+3
|