| Commit message (Expand) | Author | Age | Files | Lines |
* | mark treelang as unavailable to cross-compilers #199924 |  Mike Frysinger | 2007-12-01 | 1 | -1/+2 |
* | enable treelang by default when possible |  Mike Frysinger | 2007-11-20 | 1 | -1/+9 |
* | apply to gcc-4+ |  Mike Frysinger | 2007-11-12 | 1 | -2/+2 |
* | Apply the texinfo fix only on GCC 4, as GCC 3.4 does not have that |  Diego Elio Pettenò | 2007-11-12 | 1 | -2/+2 |
* | apply gcc-configure-texinfo.patch |  Mike Frysinger | 2007-11-11 | 1 | -2/+3 |
* | set default -march for x86 based on CTARGET |  Mike Frysinger | 2007-07-20 | 1 | -7/+12 |
* | insert PATCH_VER into Gentoo version tagging as needed |  Mike Frysinger | 2007-07-16 | 1 | -2/+2 |
* | (QA) RESTRICT clean up. |  Piotr Jaroszyński | 2007-07-02 | 1 | -2/+2 |
* | only enable mudflap when wanted (aka not kgcc64) |  Mike Frysinger | 2007-05-29 | 1 | -2/+6 |
* | dont export extraneous IUSE into custom gcc-* packages |  Mike Frysinger | 2007-05-24 | 1 | -2/+2 |
* | tweaks for gcc-4.2.0 |  Mike Frysinger | 2007-05-19 | 1 | -20/+5 |
* | start moving to GCC_PATH for env.d #174422 and cleanup gcc-config logic so th... |  Mike Frysinger | 2007-05-03 | 1 | -11/+7 |
* | remove support for old amd64 multilib |  Mike Frysinger | 2007-03-24 | 1 | -5/+2 |
* | only try to unpack the D tarball when USE=d #170230 |  Mike Frysinger | 2007-03-10 | 1 | -11/+9 |
* | declare/shuffle around maintainers |  Mike Frysinger | 2007-03-04 | 1 | -2/+4 |
* | update mingw test |  Mike Frysinger | 2007-02-22 | 1 | -2/+2 |
* | Enable __cxa_atexit for FreeBSD too, as that's needed for proper C++ librarie... |  Diego Elio Pettenò | 2007-02-18 | 1 | -12/+14 |
* | add support for the D language #159196 |  Mike Frysinger | 2007-02-17 | 1 | -10/+38 |
* | allow built_with_use to work even with hidden IUSE expanded vars #167166 |  Mike Frysinger | 2007-02-17 | 1 | -2/+2 |
* | add --missing to built_with_use #167166 |  Mike Frysinger | 2007-02-17 | 1 | -2/+2 |
* | check libc for *-elf and *-mingw* |  Mike Frysinger | 2007-02-16 | 1 | -9/+10 |
* | use new tc-is-softfloat function |  Mike Frysinger | 2007-02-12 | 1 | -2/+2 |
* | Create /usr/bin in the $ROOT if it doesn't exist already. |  Diego Elio Pettenò | 2007-02-01 | 1 | -53/+55 |
* | remove funky URL for HTB |  Mike Frysinger | 2007-01-06 | 1 | -2/+1 |
* | more tweaks/generalization to support gcc-2 #124578 |  Mike Frysinger | 2006-12-30 | 1 | -22/+28 |
* | add --enable-secureplt by default |  Mike Frysinger | 2006-12-27 | 1 | -1/+2 |
* | need to disable libgomp when cross-compiling with gcc-4.2+ |  Mike Frysinger | 2006-12-23 | 1 | -2/+2 |
* | force all -elf toolchains to build with --with-newlib #158495 |  Mike Frysinger | 2006-12-22 | 1 | -1/+2 |
* | catch *-linux targets |  Mike Frysinger | 2006-11-13 | 1 | -1/+2 |
* | Apply whitespace checks from repoman to eclasses. |  Sven Wegener | 2006-10-14 | 1 | -2/+2 |
* | --enable-threads is a problem only when mingw is the host ... also, make sure... |  Mike Frysinger | 2006-10-02 | 1 | -3/+7 |
* | enable sysroot support for mingw |  Mike Frysinger | 2006-10-02 | 1 | -2/+3 |
* | allow people to use -foo_softfloat- for softfloat targets |  Mike Frysinger | 2006-09-29 | 1 | -2/+2 |
* | only force --enable-__cxa_atexit when working with gnu targets (aka glibc) #1... |  Mike Frysinger | 2006-09-28 | 1 | -2/+2 |
* | punt is_uclibc() and just check $CTARGET directly |  Mike Frysinger | 2006-09-28 | 1 | -13/+8 |
* | dont apply stubs anymore when USE=vanilla #124578 by Harald van Dijk |  Mike Frysinger | 2006-09-17 | 1 | -2/+2 |
* | add support for gcc-2 in setting IUSE #124578 by Harald van Dijk |  Mike Frysinger | 2006-09-17 | 1 | -11/+15 |
* | install c98/c99 into /usr/bin |  Mike Frysinger | 2006-09-12 | 1 | -3/+4 |
* | Don't build protoize on FreeBSD, again. |  Diego Elio Pettenò | 2006-09-05 | 1 | -2/+3 |
* | dont build protoize for cross-compilers |  Mike Frysinger | 2006-08-27 | 1 | -3/+7 |
* | use BINPATH rather custom string |  Mike Frysinger | 2006-08-27 | 1 | -2/+2 |
* | install gcc binaries for cross-compilers into /usr/CHOST/CTARGET/ #144700 |  Mike Frysinger | 2006-08-27 | 1 | -2/+6 |
* | use the Debian way for building protoize |  Mike Frysinger | 2006-08-27 | 1 | -3/+2 |
* | use ewarn instead of einfo as pointed out by Bo Ørsted Andresen #143805 |  Mike Frysinger | 2006-08-19 | 1 | -10/+10 |
* | Moved eclasses to use CROSSCOMPILE_OPTS USE_EXPAND environment variable. |  Danny van Dyk | 2006-08-04 | 1 | -2/+2 |
* | - do be stupid and die when c89/c99 do not exist |  Ned Ludd | 2006-08-02 | 1 | -2/+8 |
* | bless all gcc ebuilds with USE=test #141798 |  Mike Frysinger | 2006-07-30 | 1 | -3/+3 |
* | move rmic/rmiregistry rename for gcc 3.x from ebuilds to here - bug #139918 |  Kevin F. Quinn | 2006-07-28 | 1 | -2/+44 |
* | add some output to the generated files step and quote a bunch of $S usage |  Mike Frysinger | 2006-07-19 | 1 | -11/+16 |
* | finish up support for TOOLCHAIN_ALLOWED_LANGS to allow kgcc64 to work properly |  Mike Frysinger | 2006-07-17 | 1 | -31/+18 |