summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Localize variables in functionsAron Griffis2004-06-101-78/+76
* i almost forgot to use ${CC/ .*/} instead of calling gcc directly... that wou...Travis Tilley2004-06-101-3/+3
* added has_m64 and has_m32 to flag-o-matic. this should make checking for mult...Travis Tilley2004-06-101-1/+22
* fix IUSE so that emerge -pv works againTravis Tilley2004-06-081-2/+2
* QA loving.. flag-o-matic has use debug && do_stuff, but had a missing IUSE=debugNed Ludd2004-06-061-1/+2
* prevent etexec-flags function from rewriting CFLAGS when not using the harden...Ned Ludd2004-06-011-1/+11
* add -fno-unit-at-a-time to the global list of allowed flagsTravis Tilley2004-05-301-2/+2
* add -m32 to the list of allowed flags on x86 so that -march=k8 and -mtune=k8 ...Travis Tilley2004-05-261-2/+3
* added new switches for enabling and suppressing hardened PIE/SSP buildingAlexander Gabert2004-05-121-16/+16
* change use syntax to the right formMike Frysinger2004-05-111-4/+4
* append-lfs-flagsMike Frysinger2004-05-061-1/+5
* support cflags -nopieScott W Taylor2004-04-121-8/+6
* trimmed down etexec-flags and fstack-flagsScott W Taylor2004-04-101-13/+5
* hardened flag-o fixesBrandon Hale2004-04-091-4/+4
* allow $ALLOWED_FLAGS to be overridden in ebuilds #47140Mike Frysinger2004-04-081-8/+10
* fix small thinko in flag-o-matic.eclass has_pieBrandon Hale2004-04-061-3/+3
* update flag-o-matic.eclass with has_{pic,pie,ssp}, hardened@gentoo.orgBrandon Hale2004-04-061-9/+38
* long needed filter-ldflags function thanks to Christian Rubbert bug #44825Ned Ludd2004-03-161-1/+16
* add filter-lfs-flagsMike Frysinger2004-03-121-1/+5
* filter -pie along with fpieNed Ludd2004-03-121-2/+2
* include -mtune in the listMike Frysinger2004-02-261-1/+2
* add replace-cpu-flags to help tone down march/mcpu flagsMike Frysinger2004-02-211-5/+19
* move ALLOWED_FLAGS/UNSTABLE_FLAGS out of global scope since only one or two f...Mike Frysinger2004-02-211-51/+72
* eclass syntax cleanups for when filtering -fPIC, -fpic, -fPIE, -fpie, -fstack...Ned Ludd2004-01-201-9/+11
* performance improvementsNed Ludd2004-01-141-7/+11
* is-flag() is freeMike Frysinger2003-12-311-4/+2
* added some more hoolks for PIC/fstack filteringNed Ludd2003-12-211-6/+6
* add -fPIC to allowed flags for ia64Aron Griffis2003-12-101-1/+2
* Close bug #32882Martin Schlemmer2003-11-071-1/+9
* Added strip-unsupported-flags as per bug #26390Douglas Russel2003-10-311-1/+26
* fix return valuesMike Frysinger2003-10-261-5/+7
* required hardened-gcc hooks for fPIC and propoliceNed Ludd2003-09-241-1/+47
* add explanation of filter mfpmathMike Frysinger2003-09-151-2/+5
* minor fixesAron Griffis2003-08-201-7/+8
* added filter-mfpmath functionDaniel Ahlberg2003-07-221-1/+21
* Adding amd64/x86_64 to a few eclassesOlivier Crête2003-07-181-1/+2
* ARCH specific support in ALLOWED_FLAGSMike Frysinger2003-06-251-2/+5
* Added 5 MIPS-specific flags to ALLOWED_FLAGS. -mips[1-4] specifies theJoshua Kinard2003-06-251-2/+2
* syntax updatesMike Frysinger2003-06-251-12/+7
* append-flags only appended 1 flag before ;)Mike Frysinger2003-06-191-3/+3
* filter-flag = atomic + handle more flagsMike Frysinger2003-06-171-29/+23
* support for UNSTABLE_FLAGSMartin Schlemmer2003-04-271-2/+21
* Added the function replace-sparc64-flagsChristian Birchinger2003-04-191-1/+38
* added -mtune and -fstack-protector to ALLOWED_FLAGSJoshua Brindle2003-04-061-2/+2
* Fix strip-flags to do greedy matching and not have duplicated matched flagsBrandon Low2003-03-251-15/+9
* extended filter-flagsBart Verwilst2003-03-041-3/+4
* header fixesMike Frysinger2003-02-161-2/+3
* Allow -g in strip-flagsStefan Jones2002-12-221-2/+2
* added get-flag functionMike Frysinger2002-11-251-1/+14
* closes bug #9337Seemant Kulleen2002-10-201-3/+3