summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check image dir rather than filesystem for multilib paths so we get proper ↵Ryan Hill2011-08-131-2/+2
| | | | LDPATHs on up/downgrades. Bug #377633.
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-3/+3
|
* Use DEFAULT_ABI instead of USE flags to select primary MIPS ABI, bug 370717Matt Turner2011-06-141-29/+3
|
* Run tests in parallel as per http://gcc.gnu.org/ml/gcc/2011-03/msg00516.htmlRyan Hill2011-04-111-2/+2
|
* drop unused GCC_TARGET_NO_MULTILIB logic, and keep all multilib logic ↵Mike Frysinger2011-04-101-21/+10
| | | | flowing via is_multilib. change this latter function to only run on top of USE=multilib rather than tracking random CTARGETS as this is much more friendly to cross-compiling (especially now that crossdev takes care of multilib setup for toolchains).
* drop old sandbox multilib check as this isnt how sandbox sets LD_PRELOAD ↵Mike Frysinger2011-04-101-8/+1
| | | | anymore, and it has dubious value in the first place in a cross-compiling world
* rewrite/cleanup the MULTILIB_OSDIRNAMES update logic since it seems we will ↵Mike Frysinger2011-03-241-26/+33
| | | | be stuck with it forever for different reasons
* disable posix heads/tails fixing for newer gcc versionsMike Frysinger2011-03-241-6/+9
|
* disable libgomp for cross-compilers that cant support it #359855 by Andrei ↵Mike Frysinger2011-03-241-1/+5
| | | | Slavoiu
* only use multilib hack when SYMLINK_LIB is in useMike Frysinger2011-03-181-2/+2
|
* use CTARGET iso CHOST, as pointed out by SpanKYFabian Groffen2011-03-111-2/+2
|
* auto enable e500-double for ppc targets when possible #353380 by Alexander DubovMike Frysinger2011-03-011-1/+6
|
* Rewrite gdb module installation and make it actually work. (bug #348128).Ryan Hill2011-02-131-7/+10
|
* Add support for Go language in 4.6. (bug #329551)Ryan Hill2011-01-181-4/+21
|
* Compare with version triplet rather than full version so we can match snapshots.Ryan Hill2011-01-181-2/+2
|
* 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
|