summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow debugging flags through strip-flagsMike Frysinger2004-10-301-2/+6
* use $(tc-getCC)Mike Frysinger2004-10-281-8/+4
* Fixed has_m{32,64}(). Both functions use tc-getCC() now, thus inheritingDanny van Dyk2004-10-211-4/+6
* move gcc2-flags out of gcc.eclass and into flag-o-maticMike Frysinger2004-10-131-1/+32
* dont output to /dev/null, use a temp file insteadMike Frysinger2004-10-091-8/+11
* Add support for other classes of MIPS cpus.Robin H. Johnson2004-10-011-2/+2
* reverse parameter order of replace-cpu-flags #60597Mike Frysinger2004-09-251-7/+8
* update has_hardened for GCC_SPECS supportTravis Tilley2004-09-141-3/+6
* add -fno-stack-protector and -fno-pie to allowed flagsTravis Tilley2004-08-081-2/+2
* make is-flag work for globsAron Griffis2004-08-071-2/+3
* cockblock amd64 from the -fno-pic logic, as it will randomly break stuffTravis Tilley2004-07-281-1/+4
* back out the generic -fno and -mno filters and add a list of ABI related / -m...Mike Frysinger2004-07-271-4/+10
* update replace-flags to use atom code from filter-flags, related to #42006. ...Aron Griffis2004-07-221-14/+29
* dont strip out -fno- and -mno- related flagsMike Frysinger2004-07-181-4/+5
* revert some QA done on the multilib checks so that they work againTravis Tilley2004-07-151-5/+23
* Fix bug 56662: make filter-flags work properly with globsAron Griffis2004-07-121-13/+13
* update the copyright infoMike Frysinger2004-06-251-2/+2
* make sure CFLAGS are exported rather than just set #55092Mike Frysinger2004-06-251-6/+7
* - 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