summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FreeMiNT can do threads now, bug #350822Fabian Groffen2011-01-111-3/+1
|
* Use $(get_libdir) when installing to rcscripts. (bug #262845)Ryan Hill2011-01-081-5/+5
|
* Fix cloog-ppl include paths for upcoming 0.15.10 and clean up graphite and ↵Ryan Hill2011-01-061-15/+24
| | | | LTO handing for 4.6.
* Disable PPL version checking to prevent bailing out with ppl-0.11.Ryan Hill2010-12-291-3/+6
|
* convert IUSE appending to the += operator, and pull out IUSE=vanilla for all ↵Mike Frysinger2010-11-211-16/+20
| | | | gcc packages
* make sure to explicitly pass --disable-libgomp when using a package that ↵Mike Frysinger2010-11-211-9/+13
| | | | lacks openmp support (like kgcc64) #341771 by Alex Buell
* turn large if statement with globs into a case, merge the *-elf logic, and ↵Mike Frysinger2010-10-281-8/+15
| | | | add *-eabi #283545
* make sure toolchain supports pthreads before enabling openmp #326757 #335883Mike Frysinger2010-10-101-2/+10
|
* Use ecj-4.5.jar for >=4.5 (bug #336045).Ryan Hill2010-09-051-5/+14
|
* mention the gcc-upgrading guide for all versions #328043 by Jacob GodservMike Frysinger2010-08-141-5/+5
|
* Stop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #326539, ↵Ryan Hill2010-08-011-3/+1
| | | | and maybe bug #265113.
* Move outside of 4.0 test so older versions still work properly.Ryan Hill2010-07-221-8/+8
|
* Make recent gcc build with --enable-checking=release. Fix bug #317217Luca Barbato2010-07-211-2/+9
|
* drop old eselect compiler logicMike Frysinger2010-07-051-204/+2
|
* eat trailing whitespaceMike Frysinger2010-07-051-9/+9
|
* fix #326753 thanks vapierMagnus Granberg2010-07-041-1/+3
|
* Add my distdir.Ryan Hill2010-06-271-2/+2
|
* respect USE=openmp even when cross-compiling #199995 by Quentin CasasnovasMike Frysinger2010-06-201-2/+2
|
* Move IUSE SPECS_VER and nossp to gcc 4.4Magnus Granberg2010-06-181-2/+5
|
* Add support for full hardened on >=gcc 4.4 bug #318171Magnus Granberg2010-06-181-38/+76
|
* add mint support #321827 by Alan HourihaneMike Frysinger2010-06-021-6/+16
|
* Document the insanity that is --with-python-dir a bit better as requested by ↵Ryan Hill2010-05-251-1/+9
| | | | darkside.
* Add support for hardfloat toolchains, acked by vapierRaúl Porcel2010-04-251-1/+2
|
* Add in lto use flag, and cleaning up of python scripts for gcc-4.5Mark Loeser2010-04-241-1/+16
|
* Use hardfloat only if hardfloat is trueRaúl Porcel2010-04-231-3/+3
|
* Enable hardvfp if *eabi, if *hardfloat*, if gcc-4.5 and if arm, bug #315987, ↵Raúl Porcel2010-04-201-1/+7
| | | | acked by vapier
* Add -0 to xargs since input is NULL delimited. Thanks to Dror for catching.Ryan Hill2010-04-031-2/+2
|
* simplify arm --with-arch cruftMike Frysinger2010-03-071-9/+7
|
* Don't do the --with-arch thing if arm_arch isn't armv*, as it breaks ↵Raúl Porcel2010-03-061-8/+11
| | | | arm{,eb}-{softfloat,unknown}...
* TypoRaúl Porcel2010-02-281-3/+3
|
* Use --with-arch for arm now as well. Thanks to Raúl Porcel <armin76 AT ↵Mark Loeser2010-02-271-1/+12
| | | | gentoo DOT org>; bug #264534
* move ip28/ip32r10k to the one ebuild using them #299985Mike Frysinger2010-01-091-2/+2
|
* when upgrading in same slot, run gcc-config earlier to make sure the profile ↵Mike Frysinger2009-12-201-1/+4
| | | | is sane for fix_libtool_files to probe gcc
* send gcc-config errors to /dev/null rather than trying to grep them out #290437Mike Frysinger2009-12-201-3/+2
|
* Don't clear DATESTAMP and thus __GLIBCXX__, #296800Harald van Dijk2009-12-141-2/+1
|
* revert previous commit; we want gcj pc file for both native and cross ↵Mike Frysinger2009-12-091-9/+4
| | | | toolchains so *other packages* can find & link against gcj
* Remove the libgcj pkg-config file when cross-compiling.Diego Elio Pettenò2009-12-041-4/+9
| | | | | | This solves the collision problem with sys-devel/gcc[gcj]; since the pkg-config does not seem to be used for cross-compiling this should be enough.
* Don't strip leading slash from libdir path.Ryan Hill2009-10-191-2/+2
|
* get la path list from $D rather than / as pointed out by Ryan Hill #283761#10Mike Frysinger2009-10-181-2/+2
|
* add support for _rc versions by Bruno Tsubouchi Yporti #288701 and tweak ↵Mike Frysinger2009-10-121-3/+5
| | | | checking of GCC_PV in general
* fix by Peter Alfredsen for libdir tweaking in multilib .la files #283761Mike Frysinger2009-09-081-5/+6
|
* 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
|