| Commit message (Expand) | Author | Age | Files | Lines |
* | fix should_we_gcc_config/should_we_eselect_compiler and add some comments to ... | Mike Frysinger | 2006-03-23 | 1 | -3/+7 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-03-18 | 1 | -2/+2 |
* | Separated gcc-config / eselect compiler specific code rather than handle it i... | Jeremy Huddleston | 2006-03-16 | 1 | -81/+111 |
* | scan for newer ssp symbols as well as old in libc | Mike Frysinger | 2006-03-10 | 1 | -8/+15 |
* | quote $WORKDIR, add hardened back to IUSE for everyone, and update gcc-upgrad... | Mike Frysinger | 2006-03-07 | 1 | -31/+26 |
* | force ssp support into libc, add a wrapper for version_is_at_least so we dont... | Mike Frysinger | 2006-03-07 | 1 | -10/+33 |
* | add support for obj-c++ and disable libssp | Mike Frysinger | 2006-03-04 | 1 | -7/+19 |
* | Add changes to make branding work with >=gcc-4.1.0 | Mark Loeser | 2006-03-03 | 1 | -6/+14 |
* | add multislot to IUSE for all gcc packages | Mike Frysinger | 2006-01-18 | 1 | -2/+4 |
* | only add mudflap configure options with >=gcc-4 | Mike Frysinger | 2006-01-15 | 1 | -2/+4 |
* | As this does not solve the problem for FreeBSD 6.0 update, don't disable shar... | Diego Elio Pettenò | 2006-01-13 | 1 | -10/+2 |
* | dont apply uclibc/pie patches when USE=vanilla | Mike Frysinger | 2006-01-13 | 1 | -1/+3 |
* | Play it safe, disable shared version of libgcc on every freebsd target. | Diego Elio Pettenò | 2006-01-08 | 1 | -5/+4 |
* | Make sure that shared version of GCC libraries is disabled on FreeBSD 5.x, or... | Diego Elio Pettenò | 2006-01-06 | 1 | -2/+11 |
* | Added some logic to only show applicable use flags to users for each gcc version | Mark Loeser | 2006-01-06 | 1 | -2/+18 |
* | allow setting of gcc version | Mike Frysinger | 2006-01-02 | 1 | -22/+23 |
* | add a sanity check to make sure ETYPE is set by ebuilds and make the GCC_A_FA... | Mike Frysinger | 2005-12-31 | 1 | -2/+4 |
* | should use rm -r not rm -f for deleting mandirs | Mike Frysinger | 2005-12-29 | 1 | -2/+2 |
* | dont export IUSE for kgcc64 | Mike Frysinger | 2005-12-24 | 1 | -5/+7 |
* | ssp/pie/htb have their own USE flags sep from vanilla, so people can utilize ... | Mike Frysinger | 2005-12-21 | 1 | -6/+6 |
* | rename HTB patch func | Mike Frysinger | 2005-12-17 | 1 | -3/+3 |
* | forgot the $D while removing info/man pages as pointed out by matti | Mike Frysinger | 2005-12-12 | 1 | -3/+3 |
* | respect noinfo/noman FEATURES | Mike Frysinger | 2005-12-12 | 1 | -3/+7 |
* | build libssp and crtbegin/crtend without ssp so that apps using them | Kevin F. Quinn | 2005-12-09 | 1 | -3/+7 |
* | remove stray line continuation | Mike Frysinger | 2005-12-06 | 1 | -2/+2 |
* | fixup cross-compiling for mips64 multilib some more with the help of kanaka | Mike Frysinger | 2005-12-06 | 1 | -20/+17 |
* | use the multilib.out file generated by the gcc build system itself and pass -... | Mike Frysinger | 2005-12-05 | 1 | -7/+8 |
* | run gcc_movelibs before we strip and clean up the gcc_movelibs func to get ri... | Mike Frysinger | 2005-12-05 | 1 | -42/+24 |
* | cache the current gcc config profile instead of trying to query it twice and ... | Mike Frysinger | 2005-12-03 | 1 | -5/+6 |
* | use gcc-config profile splitting so that the profile name is properly parsed ... | Mike Frysinger | 2005-12-03 | 1 | -3/+3 |
* | Add link to the gcc migration guide | Mark Loeser | 2005-12-02 | 1 | -1/+5 |
* | prune bogus generated manpages #113902 | Mike Frysinger | 2005-11-30 | 1 | -5/+8 |
* | make sure we always cleanse libiberty.a | Mike Frysinger | 2005-11-30 | 1 | -4/+5 |
* | touchup syntax, how we delete libiberty.a, and add some TODO comments | Mike Frysinger | 2005-11-19 | 1 | -16/+14 |
* | add support for USE=mudflap (gcc4+), remove the cross-compile multilib hack f... | Mike Frysinger | 2005-11-18 | 1 | -8/+11 |
* | update toolchain patch to handle uncompressed pie patches | Mike Frysinger | 2005-11-16 | 1 | -3/+3 |
* | add optional support for objc garbage collection #91222 | Mike Frysinger | 2005-11-13 | 1 | -3/+6 |
* | disable mudflap for bootstrap cross-compilers | Mike Frysinger | 2005-11-11 | 1 | -3/+4 |
* | remove USE=static #85318 | Mike Frysinger | 2005-11-05 | 1 | -10/+4 |
* | change default abi for mips64 toolchains to n32 and add a warning if we skip ... | Mike Frysinger | 2005-11-04 | 1 | -4/+6 |
* | enable as-needed for gcc-3.4.4+, disable multilib for gcc-2 and older, and ad... | Mike Frysinger | 2005-10-18 | 1 | -7/+18 |
* | add support for more CTARGET->libc bindings | Mike Frysinger | 2005-10-16 | 1 | -4/+7 |
* | allow FILESDIR to be overridden by other ebuilds (like kgcc64) | Mike Frysinger | 2005-10-14 | 1 | -7/+8 |
* | use gcc instead of $PN/$P in places so we can use this eclass for other packages | Mike Frysinger | 2005-10-14 | 1 | -12/+12 |
* | add support for s390x multilib | Mike Frysinger | 2005-10-12 | 1 | -6/+3 |
* | Set MULTILIB_ABIS to DEFAULT_ABI if ! use multilib. | Jeremy Huddleston | 2005-10-11 | 1 | -3/+8 |
* | remove multilib cross-compile hacks so that it works properly | Mike Frysinger | 2005-10-11 | 1 | -53/+3 |
* | Only use --with-sysroot with mips64 as it breaks other multilib crosscompilers. | Jeremy Huddleston | 2005-10-07 | 1 | -3/+5 |
* | removing comments where I didn't mean to put them. | Jeremy Huddleston | 2005-10-07 | 1 | -3/+3 |
* | Removing comment about breakage... re-emerging glibc will setup symlinks prop... | Jeremy Huddleston | 2005-10-07 | 1 | -5/+3 |