| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fortran] Add Fortran support to filter-flags(), append-flags(), is-flagq(), ... | Donnie Berkholz | 2008-07-03 | 1 | -12/+83 |
* | Warn when using append-ldflags to pass libraries to link to. | Diego Elio Pettenò | 2008-06-07 | 1 | -1/+7 |
* | redirect the ewarn message to stderr | Sven Wegener | 2008-02-18 | 1 | -2/+2 |
* | add eclass documentation #210394 by mren | Mike Frysinger | 2008-02-16 | 1 | -89/+142 |
* | Add -W* and -w to ALLOWED_FLAGS. | Donnie Berkholz | 2007-07-22 | 1 | -1/+2 |
* | allow -fno-strict-aliasing in strip-flags as pointed out by nyhm | Mike Frysinger | 2007-05-12 | 1 | -3/+4 |
* | add new function append-cppflags and support CPPFLAGS a little better | Mike Frysinger | 2007-03-24 | 1 | -2/+9 |
* | add -gstabs to allowed flag list #169352 | Mike Frysinger | 2007-03-04 | 1 | -2/+3 |
* | declare/shuffle around maintainers | Mike Frysinger | 2007-03-04 | 1 | -3/+3 |
* | allow all CPPFLAGS -D* in strip-flags #159402 | Mike Frysinger | 2006-12-29 | 1 | -2/+2 |
* | dont filter -msecure-plt | Mike Frysinger | 2006-12-27 | 1 | -2/+3 |
* | rewrite some the flag handling functions to be simpler and to fix introducing... | Mike Frysinger | 2006-11-15 | 1 | -42/+46 |
* | move gcc2-flags() to the gcc2 ebuild | Mike Frysinger | 2006-11-15 | 1 | -23/+1 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -3/+3 |
* | allow -mschedule for hppa | Mike Frysinger | 2006-08-01 | 1 | -2/+2 |
* | rewrite filter-mfpmath a bit to avoid executing external programs like tr and... | Mike Frysinger | 2006-07-16 | 1 | -6/+8 |
* | document maintainers | Mike Frysinger | 2006-06-15 | 1 | -3/+4 |
* | allow -fno-ident #129763 by Nicholas Doyle | Mike Frysinger | 2006-04-15 | 1 | -1/+2 |
* | disable prefetch-loop-arrays for unstable #64979 | Mike Frysinger | 2006-02-19 | 1 | -2/+2 |
* | Reworked filter-flags to be more consistent; factored out common code | Kevin F. Quinn | 2006-01-22 | 1 | -65/+91 |
* | Replaced "addwrite /dev/stderr" and ">/dev/stderr" which fail with | Kevin F. Quinn | 2006-01-14 | 1 | -15/+8 |
* | make sure we translate , into spaces for raw ldflags | Mike Frysinger | 2006-01-10 | 1 | -2/+3 |
* | add a raw-ldflags so people can pass $LDFLAGS straight to `ld` | Mike Frysinger | 2006-01-10 | 1 | -1/+12 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-01-01 | 1 | -8/+8 |
* | Comment fix. | Martin Schlemmer | 2005-12-09 | 1 | -2/+2 |
* | Split test-flags() into CC and CXX versions. | Martin Schlemmer | 2005-12-09 | 1 | -6/+24 |
* | In replace-sparc64-cflags, we need local 'SPARC64_CPUS="ultrasparc3 ultraspar... | Ferris McCormick | 2005-12-09 | 1 | -2/+2 |
* | Fix deprecated warnings breaking sandbox, bug #114905. | Martin Schlemmer | 2005-12-08 | 1 | -1/+7 |
* | Cleanups. | Martin Schlemmer | 2005-12-08 | 1 | -34/+69 |
* | need to declare x as a local var in strip-unsupported-flags so we dont pollut... | Mike Frysinger | 2005-10-13 | 1 | -10/+10 |
* | Added bindnow-flags function to find out the right flags to enable now bindin... | Diego Elio Pettenò | 2005-10-09 | 1 | -1/+20 |
* | add some sanity checks to make sure people use these functions correctly | Mike Frysinger | 2005-09-27 | 1 | -1/+7 |
* | deprecate has_hardened/pic/pie/ssp/ssp_all in favour of gcc-specs-* | Kevin F. Quinn | 2005-08-01 | 1 | -2/+26 |
* | dont file -m{,no-}tls-direct-seg-refs flags #99896 | Mike Frysinger | 2005-07-22 | 1 | -1/+2 |
* | Add -mieee -mieee-with-inexact to ALLOWED_FLAGS, esp. for alpha | Aron Griffis | 2005-07-11 | 1 | -1/+2 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | remove pointless USE=debug usage and move all the ABI flags into shared setup | Mike Frysinger | 2005-06-24 | 1 | -18/+10 |
* | - update has_pic to not test for pie. add has_ssp_all and comments. Kevin F. ... | Ned Ludd | 2005-04-28 | 1 | -2/+21 |
* | filter mtune -> mcpu with gcc2 #88147 | Mike Frysinger | 2005-04-06 | 1 | -21/+12 |
* | fix bug in stripping ldflags when you stripped the only item | Mike Frysinger | 2005-03-18 | 1 | -12/+12 |
* | whitespace | Michael Sterrett | 2005-02-19 | 1 | -10/+10 |
* | - improved fPIC/fPIE handling now that the hardened-toolchain is alot less ha... | Ned Ludd | 2005-02-07 | 1 | -24/+6 |
* | - flag-o-matic updates from kevin quinn that handle pic/ssp detection | Ned Ludd | 2005-01-29 | 1 | -3/+10 |
* | Make has_m32 and has_m64 return true for amd64 multilib profiles. | Jeremy Huddleston | 2005-01-20 | 1 | -2/+5 |
* | Setting up ppc specific ALLOWED_FLAGS with the first being -mabi. | Chris White | 2004-12-25 | 1 | -1/+2 |
* | Added -m{32,64} to allowed flags on sparc. | Jeremy Huddleston | 2004-12-22 | 1 | -1/+2 |
* | mips does need to auto append -fno-PIC/-nopie in the etexec function when ebu... | Ned Ludd | 2004-11-13 | 1 | -3/+2 |
* | allow debugging flags through strip-flags | Mike Frysinger | 2004-10-30 | 1 | -2/+6 |
* | use $(tc-getCC) | Mike Frysinger | 2004-10-28 | 1 | -8/+4 |