summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* unify duplicated user epatching codeMike Frysinger2009-08-261-18/+2
|
* quote ~ when checking unstable arches to avoid home expansion #281311 by ↵Mike Frysinger2009-08-161-3/+3
| | | | Florian Manschwetus
* Fix bug #279252; --with-python-dir prepends the prefix to the path already, ↵Mark Loeser2009-08-131-1/+7
| | | | so we strip it from DATAPATH and stick the scripts in a python directory there
* Fix a typo, and if we have USE vanilla, don't apply the PIE patchesMark Loeser2009-07-261-3/+3
|
* filter LANGUAGES env var #265283 by Miguel R. CaudevillaMike Frysinger2009-07-051-1/+3
|
* add USE=nptl to control TLS for uClibc targets #270767 by zabuzzmanMike Frysinger2009-07-031-3/+3
|
* Protoize is removed in 4.5. Bug #270558.Ryan Hill2009-06-091-4/+7
|
* Add fix for bug #262105, sparc-onlyRaúl Porcel2009-05-241-1/+2
|
* Add support for graphiteMark Loeser2009-05-071-1/+8
|
* There is only one version of the ecj.jar upstream currently, so we'll use ↵Mark Loeser2009-05-071-3/+3
| | | | the 4.3 one everywhere until they give us another version
* backport some fixes for Darwin and Solaris from PrefixFabian Groffen2009-04-041-1/+16
|
* use --enable-clocale=uclibc for [3.4..4.2] #258642Mike Frysinger2009-03-151-2/+4
|
* treelang and boundschecking do not play well together #260532Mike Frysinger2009-03-151-1/+2
|
* apply configure texinfo patch for gcc-4.1+ #260296Mike Frysinger2009-03-011-6/+3
|
* filter more flags for gcc-3.3Mike Frysinger2009-03-011-3/+20
|
* replace more cpu flags for gcc-3.3 #252698 by Le retraitéMike Frysinger2009-02-151-4/+4
|
* quote some variables, bug #258231Markus Meier2009-02-091-7/+7
|
* at least gcc-4.1 has problems with parallel installs, so use -j1 with itMike Frysinger2009-01-291-3/+4
|
* improve pruning of empty dirs and bogus symlinks in fixed-includesMike Frysinger2009-01-291-9/+8
|
* need to rewrite dependency_libs lines in all .la files #125728Mike Frysinger2009-01-281-11/+16
|
* fix typo in libtool script munging pointed out by Dmitry Karasik #256636Mike Frysinger2009-01-281-2/+2
|
* use emake rather than makeMike Frysinger2009-01-281-6/+3
|
* fixup dependency_libs for moved libtool archives as well #125728Mike Frysinger2009-01-281-7/+13
|
* use -prune when searching for a dir to delete to avoid harmless warnings ↵Mike Frysinger2009-01-281-2/+2
| | | | about find not being able to descend into the dir
* split java crap into its own gcc_slot_java and start slotting libgcj.pc ↵Mike Frysinger2009-01-281-28/+40
| | | | #136382 #216241
* whitespaceMarkus Meier2009-01-121-5/+5
|
* add support for user /etc/portage/patches/Mike Frysinger2009-01-101-1/+18
|
* drop old libstdc++ i386 hack #235181Mike Frysinger2009-01-101-6/+1
|
* we arent going to have a commit war -- get a patch inMike Frysinger2009-01-061-12/+1
|
* use emake in src_testMike Frysinger2009-01-061-2/+2
|
* - vapier I don't care if you do not like a sed statement or not. Do not ↵Ned Ludd2009-01-051-1/+12
| | | | revert legit fixes to the tree simply cuz you do no like them without infoming anybody. That is tree abuse. If something bothers you then you come up with the patches for all 20 gcc's
* revert arm sed junk ... this needs to be a patch, not sed in the ↵Mike Frysinger2009-01-041-12/+1
| | | | toolchain.eclass
* - relro is no longer needed in specs as it is a defaultNed Ludd2009-01-021-2/+2
|
* Fix broken gcc specs unpackGordon Malm2009-01-011-2/+2
|
* s/default-specs/specs/Ned Ludd2008-12-311-2/+2
|
* drop support for profiledbootstrap building ... it breaks too often with thingsMike Frysinger2008-12-291-5/+1
|
* Typo fixes, as pointed out by ZorryRaúl Porcel2008-12-291-3/+3
|
* - import gcc:4 pie support towards hardened-gcc. (many thanks to Zorry for ↵Ned Ludd2008-12-291-12/+67
| | | | putting up with all my crazy requirements)
* - start getting eclass ready for gcc:4Ned Ludd2008-12-221-12/+18
|
* add cygwin targetsMike Frysinger2008-11-281-2/+3
|
* - unbreak arm eabi supportNed Ludd2008-11-091-1/+12
|
* set threading type to win32 for ming targets #242344 by cJMike Frysinger2008-10-271-2/+4
|
* Add a configure switch for gcc-4.3's fixed-point arithmetic support for MIPS ↵Joshua Kinard2008-10-241-1/+8
| | | | targets, as enabling this support lengthens gcc's compile time by several hours, depending on the machine.
* Make USE='-openmp' work. Bug #234841.Ryan Hill2008-10-201-1/+5
|
* have libffi check IUSE, not USE #199850Mike Frysinger2008-09-291-2/+2
|
* doxygen target changed with gcc-4.3 #232078Mike Frysinger2008-08-201-3/+8
|
* Fix SRC_URI so it doesn't have gcj dragged in unless its in IUSEMark Loeser2008-08-111-6/+9
|
* Fix bug #220779; thanks to Andrew John Hughes <gnu_andrew AT member DOT fsf ↵Mark Loeser2008-08-031-1/+12
| | | | DOT org> and James Le Cuirot <chewi AT aura-online DOT co DOT uk>
* Filter out the objc-gc flag for <gcc-4.0. Thanks to Ryan Hill <dirtyepic AT ↵Mark Loeser2008-07-061-2/+4
| | | | gentoo DOT org> ; bug #137024
* add support for 32bit userland with multilib on sparcFriedrich Oslage2008-06-221-2/+10
|