| Commit message (Expand) | Author | Age | Files | Lines |
* | drop old glibc pie checking as this has worked since at least version 2.4 | Mike Frysinger | 2011-12-04 | 1 | -16/+1 |
* | drop now unused exclude_gcc_patches/GENTOO_PATCH_EXCLUDE logic | Mike Frysinger | 2011-12-03 | 1 | -16/+1 |
* | delete unused HTB_EXCLUSIVE variable, and drop old do_gcc_stub logic which is... | Mike Frysinger | 2011-12-03 | 1 | -31/+4 |
* | convert GCCMAJOR/GCCMINOR checking to tc_version_is_at_least when possible | Mike Frysinger | 2011-12-03 | 1 | -13/+9 |
* | drop protoize/unprotoize altogether since upstream has deprecated it | Mike Frysinger | 2011-12-03 | 1 | -10/+1 |
* | delete hardened code that is only used in gcc-3.x versions (as we no longer s... | Mike Frysinger | 2011-12-02 | 1 | -86/+1 |
* | find the C++ man page dir dynamically to handle gcc-4.3+ #273654 by David Flo... | Mike Frysinger | 2011-12-02 | 1 | -2/+2 |
* | fix up python libstdc++ helpers: install the core code into the same place as... | Mike Frysinger | 2011-11-30 | 1 | -12/+20 |
* | do not check config-lang.in in pkg_xxx funcs #391369 by Agostino Sarubbo | Mike Frysinger | 2011-11-22 | 1 | -2/+2 |
* | Fix live ebuilds. | Ryan Hill | 2011-11-21 | 1 | -3/+3 |
* | check cxx is in IUSE before trying to use it #391149 by Raúl Porcel | Mike Frysinger | 2011-11-20 | 1 | -6/+8 |
* | migrate USE=nocxx to USE=cxx | Mike Frysinger | 2011-11-14 | 1 | -11/+18 |
* | pull some more deps out of the ebuilds (gcj/fortran/mpfr), and convert a few ... | Mike Frysinger | 2011-11-09 | 1 | -8/+24 |
* | use tc_version_is_at_least rather than parsing GCC_BRANCH_VER for lto handling | Mike Frysinger | 2011-10-31 | 1 | -3/+6 |
* | further simplify IUSE/nossp updating | Mike Frysinger | 2011-10-31 | 1 | -7/+4 |
* | pull out huse() from toolchain.eclass and into use_if_iuse() in eutils.eclass... | Mike Frysinger | 2011-10-26 | 1 | -15/+10 |
* | Fixing the dupe of IUSE nossp | Magnus Granberg | 2011-10-26 | 1 | -2/+1 |
* | add a huse() helper to avoid QA warnings when checking features that are not ... | Mike Frysinger | 2011-10-17 | 1 | -11/+15 |
* | add common depend settings | Mike Frysinger | 2011-09-27 | 1 | -7/+41 |
* | force internal jar usage by Serkan Kaba #384291 | Mike Frysinger | 2011-09-26 | 1 | -1/+5 |
* | scrub more ETYPE logic | Mike Frysinger | 2011-09-26 | 1 | -52/+31 |
* | drop support for gcc-library builds as no one uses/cares about it | Mike Frysinger | 2011-09-22 | 1 | -193/+65 |
* | support gcc-4.7+ multilib list with x86_64 targets | Mike Frysinger | 2011-09-13 | 1 | -10/+27 |
* | handle newer cxx behavior with gcc-4.7+, and newer libquadmath/fortran with g... | Mike Frysinger | 2011-09-12 | 1 | -1/+13 |
* | use += style with confgcc appending | Mike Frysinger | 2011-09-11 | 1 | -63/+63 |
* | support x86_64 multilib settings with gcc-4.7+ as they changed the style to a... | Mike Frysinger | 2011-09-11 | 1 | -10/+14 |
* | Remove incorrect library path. Patch by Jonathan Callen <abcd@gentoo.org>. Bu... | Matt Turner | 2011-08-22 | 1 | -3/+2 |
* | drop cld workaround now that things should be stable #379367 by Alessandro Guido | Mike Frysinger | 2011-08-22 | 1 | -10/+1 |
* | Check image dir rather than filesystem for multilib paths so we get proper LD... | Ryan Hill | 2011-08-13 | 1 | -2/+2 |
* | Convert every instance of hasq to has. | Samuli Suominen | 2011-07-08 | 1 | -3/+3 |
* | Use DEFAULT_ABI instead of USE flags to select primary MIPS ABI, bug 370717 | Matt Turner | 2011-06-14 | 1 | -29/+3 |
* | Run tests in parallel as per http://gcc.gnu.org/ml/gcc/2011-03/msg00516.html | Ryan Hill | 2011-04-11 | 1 | -2/+2 |
* | drop unused GCC_TARGET_NO_MULTILIB logic, and keep all multilib logic flowing... | Mike Frysinger | 2011-04-10 | 1 | -21/+10 |
* | drop old sandbox multilib check as this isnt how sandbox sets LD_PRELOAD anym... | Mike Frysinger | 2011-04-10 | 1 | -8/+1 |
* | rewrite/cleanup the MULTILIB_OSDIRNAMES update logic since it seems we will b... | Mike Frysinger | 2011-03-24 | 1 | -26/+33 |
* | disable posix heads/tails fixing for newer gcc versions | Mike Frysinger | 2011-03-24 | 1 | -6/+9 |
* | disable libgomp for cross-compilers that cant support it #359855 by Andrei Sl... | Mike Frysinger | 2011-03-24 | 1 | -1/+5 |
* | only use multilib hack when SYMLINK_LIB is in use | Mike Frysinger | 2011-03-18 | 1 | -2/+2 |
* | use CTARGET iso CHOST, as pointed out by SpanKY | Fabian Groffen | 2011-03-11 | 1 | -2/+2 |
* | auto enable e500-double for ppc targets when possible #353380 by Alexander Dubov | Mike Frysinger | 2011-03-01 | 1 | -1/+6 |
* | Rewrite gdb module installation and make it actually work. (bug #348128). | Ryan Hill | 2011-02-13 | 1 | -7/+10 |
* | Add support for Go language in 4.6. (bug #329551) | Ryan Hill | 2011-01-18 | 1 | -4/+21 |
* | Compare with version triplet rather than full version so we can match snapshots. | Ryan Hill | 2011-01-18 | 1 | -2/+2 |
* | FreeMiNT can do threads now, bug #350822 | Fabian Groffen | 2011-01-11 | 1 | -3/+1 |
* | Use $(get_libdir) when installing to rcscripts. (bug #262845) | Ryan Hill | 2011-01-08 | 1 | -5/+5 |
* | Fix cloog-ppl include paths for upcoming 0.15.10 and clean up graphite and LT... | Ryan Hill | 2011-01-06 | 1 | -15/+24 |
* | Disable PPL version checking to prevent bailing out with ppl-0.11. | Ryan Hill | 2010-12-29 | 1 | -3/+6 |
* | convert IUSE appending to the += operator, and pull out IUSE=vanilla for all ... | Mike Frysinger | 2010-11-21 | 1 | -16/+20 |
* | make sure to explicitly pass --disable-libgomp when using a package that lack... | Mike Frysinger | 2010-11-21 | 1 | -9/+13 |
* | turn large if statement with globs into a case, merge the *-elf logic, and ad... | Mike Frysinger | 2010-10-28 | 1 | -8/+15 |