Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add replace-cpu-flags to help tone down march/mcpu flags | Mike Frysinger | 2004-02-21 | 1 | -5/+19 |
| | | | | make sure filter-flags/replace-flags catch multiple copies of a flag (for example, if user has -msse -msse -msse and we try to `filter-flags -msse`, we would catch only the first one before) | ||||
* | move ALLOWED_FLAGS/UNSTABLE_FLAGS out of global scope since only one or two ↵ | Mike Frysinger | 2004-02-21 | 1 | -51/+72 |
| | | | | | | | | | | functions use them change filter-mfpmath to use other flag-o-matic functions instead of its own code change instances of $@ to "$@" to provide better quoting update replace-flags to only work on flag atoms add more comments for people to understand the code remove trailing space in etexec-flags/fstack-flags | ||||
* | eclass syntax cleanups for when filtering -fPIC, -fpic, -fPIE, -fpie, ↵ | Ned Ludd | 2004-01-20 | 1 | -9/+11 |
| | | | | -fstack-protector and -fstack-protector-all | ||||
* | performance improvements | Ned Ludd | 2004-01-14 | 1 | -7/+11 |
| | |||||
* | is-flag() is free | Mike Frysinger | 2003-12-31 | 1 | -4/+2 |
| | |||||
* | added some more hoolks for PIC/fstack filtering | Ned Ludd | 2003-12-21 | 1 | -6/+6 |
| | |||||
* | add -fPIC to allowed flags for ia64 | Aron Griffis | 2003-12-10 | 1 | -1/+2 |
| | |||||
* | Close bug #32882 | Martin Schlemmer | 2003-11-07 | 1 | -1/+9 |
| | |||||
* | Added strip-unsupported-flags as per bug #26390 | Douglas Russel | 2003-10-31 | 1 | -1/+26 |
| | |||||
* | fix return values | Mike Frysinger | 2003-10-26 | 1 | -5/+7 |
| | |||||
* | required hardened-gcc hooks for fPIC and propolice | Ned Ludd | 2003-09-24 | 1 | -1/+47 |
| | |||||
* | add explanation of filter mfpmath | Mike Frysinger | 2003-09-15 | 1 | -2/+5 |
| | |||||
* | minor fixes | Aron Griffis | 2003-08-20 | 1 | -7/+8 |
| | |||||
* | added filter-mfpmath function | Daniel Ahlberg | 2003-07-22 | 1 | -1/+21 |
| | |||||
* | Adding amd64/x86_64 to a few eclasses | Olivier Crête | 2003-07-18 | 1 | -1/+2 |
| | |||||
* | ARCH specific support in ALLOWED_FLAGS | Mike Frysinger | 2003-06-25 | 1 | -2/+5 |
| | |||||
* | Added 5 MIPS-specific flags to ALLOWED_FLAGS. -mips[1-4] specifies the | Joshua Kinard | 2003-06-25 | 1 | -2/+2 |
| | | | | ISA Level while -mabi specifies which MIPS ABI to use. | ||||
* | syntax updates | Mike Frysinger | 2003-06-25 | 1 | -12/+7 |
| | |||||
* | append-flags only appended 1 flag before ;) | Mike Frysinger | 2003-06-19 | 1 | -3/+3 |
| | |||||
* | filter-flag = atomic + handle more flags | Mike Frysinger | 2003-06-17 | 1 | -29/+23 |
| | |||||
* | support for UNSTABLE_FLAGS | Martin Schlemmer | 2003-04-27 | 1 | -2/+21 |
| | |||||
* | Added the function replace-sparc64-flags | Christian Birchinger | 2003-04-19 | 1 | -1/+38 |
| | |||||
* | added -mtune and -fstack-protector to ALLOWED_FLAGS | Joshua Brindle | 2003-04-06 | 1 | -2/+2 |
| | |||||
* | Fix strip-flags to do greedy matching and not have duplicated matched flags | Brandon Low | 2003-03-25 | 1 | -15/+9 |
| | |||||
* | extended filter-flags | Bart Verwilst | 2003-03-04 | 1 | -3/+4 |
| | |||||
* | header fixes | Mike Frysinger | 2003-02-16 | 1 | -2/+3 |
| | |||||
* | Allow -g in strip-flags | Stefan Jones | 2002-12-22 | 1 | -2/+2 |
| | |||||
* | added get-flag function | Mike Frysinger | 2002-11-25 | 1 | -1/+14 |
| | |||||
* | closes bug #9337 | Seemant Kulleen | 2002-10-20 | 1 | -3/+3 |
| | |||||
* | add strip-flags() to flag-o-matic.eclass | Martin Schlemmer | 2002-10-13 | 1 | -11/+67 |
| | |||||
* | add an is-flag function that returns true if its parameter exists in or | Dan Armak | 2002-09-08 | 1 | -1/+15 |
| | |||||
* | add INHERITED variable to all eclasses. this keeps track of what eclasses ↵ | Dan Armak | 2002-07-12 | 1 | -1/+1 |
| | | | | were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache. | ||||
* | fixing a verwilst typo in flag-o-matic eclass | Daniel Robbins | 2002-06-17 | 1 | -2/+2 |
| | |||||
* | name fix0r | Bart Verwilst | 2002-06-16 | 1 | -2/+2 |
| | |||||
* | added new change-flag class | Bart Verwilst | 2002-06-16 | 1 | -8/+13 |
| | |||||
* | upd@te | Bart Verwilst | 2002-06-12 | 1 | -0/+14 |
| | |||||
* | added new flag-eclass | Bart Verwilst | 2002-06-08 | 1 | -0/+22 |