Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update the copyright info | Mike Frysinger | 2004-06-25 | 1 | -2/+2 |
| | |||||
* | make sure CFLAGS are exported rather than just set #55092 | Mike Frysinger | 2004-06-25 | 1 | -6/+7 |
| | |||||
* | - Localize variables in functions | Aron Griffis | 2004-06-10 | 1 | -78/+76 |
| | | | | | | | | | | | | | | - Rewrite test_flag to honor ${CC} - Add function test_version_info to run ${CC} --version and look for patterns - Use printf instead of echo in situations where flags are being printed. This avoids the possibility that echo will interpret the flags, for example -n - Modify has_hardened, has_pic, has_pie to use test_version_info. This also fixes mistakes in ${var/pattern} expressions; many patterns in this eclass were erroneously written to be regular expressions instead of globs. - Modify has_m64, has_m32 to use test_flag | ||||
* | i almost forgot to use ${CC/ .*/} instead of calling gcc directly... that ↵ | Travis Tilley | 2004-06-10 | 1 | -3/+3 |
| | | | | would have made the embedded/cross devs unhappy with me ^^; | ||||
* | added has_m64 and has_m32 to flag-o-matic. this should make checking for ↵ | Travis Tilley | 2004-06-10 | 1 | -1/+22 |
| | | | | multilib as simple as has_m64 && has_m32 on all multilib archs other than mips. | ||||
* | fix IUSE so that emerge -pv works again | Travis Tilley | 2004-06-08 | 1 | -2/+2 |
| | |||||
* | QA loving.. flag-o-matic has use debug && do_stuff, but had a missing IUSE=debug | Ned Ludd | 2004-06-06 | 1 | -1/+2 |
| | |||||
* | prevent etexec-flags function from rewriting CFLAGS when not using the ↵ | Ned Ludd | 2004-06-01 | 1 | -1/+11 |
| | | | | hardened compiler. bug #52286 | ||||
* | add -fno-unit-at-a-time to the global list of allowed flags | Travis Tilley | 2004-05-30 | 1 | -2/+2 |
| | |||||
* | add -m32 to the list of allowed flags on x86 so that -march=k8 and -mtune=k8 ↵ | Travis Tilley | 2004-05-26 | 1 | -2/+3 |
| | | | | can be used on amd64 machines in 32bit without accidentally producing 64bit code | ||||
* | added new switches for enabling and suppressing hardened PIE/SSP building | Alexander Gabert | 2004-05-12 | 1 | -16/+16 |
| | |||||
* | change use syntax to the right form | Mike Frysinger | 2004-05-11 | 1 | -4/+4 |
| | |||||
* | append-lfs-flags | Mike Frysinger | 2004-05-06 | 1 | -1/+5 |
| | |||||
* | support cflags -nopie | Scott W Taylor | 2004-04-12 | 1 | -8/+6 |
| | |||||
* | trimmed down etexec-flags and fstack-flags | Scott W Taylor | 2004-04-10 | 1 | -13/+5 |
| | |||||
* | hardened flag-o fixes | Brandon Hale | 2004-04-09 | 1 | -4/+4 |
| | |||||
* | allow $ALLOWED_FLAGS to be overridden in ebuilds #47140 | Mike Frysinger | 2004-04-08 | 1 | -8/+10 |
| | |||||
* | fix small thinko in flag-o-matic.eclass has_pie | Brandon Hale | 2004-04-06 | 1 | -3/+3 |
| | |||||
* | update flag-o-matic.eclass with has_{pic,pie,ssp}, hardened@gentoo.org | Brandon Hale | 2004-04-06 | 1 | -9/+38 |
| | |||||
* | long needed filter-ldflags function thanks to Christian Rubbert bug #44825 | Ned Ludd | 2004-03-16 | 1 | -1/+16 |
| | |||||
* | add filter-lfs-flags | Mike Frysinger | 2004-03-12 | 1 | -1/+5 |
| | |||||
* | filter -pie along with fpie | Ned Ludd | 2004-03-12 | 1 | -2/+2 |
| | |||||
* | include -mtune in the list | Mike Frysinger | 2004-02-26 | 1 | -1/+2 |
| | |||||
* | 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 |
| |