summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Since this is conditional code 4.6.4 will have to be handled here after all.Ryan Hill2013-04-171-3/+3
* Multiarch got backported to 4.6/4.7. 4.6.4 will be handled by patch since th...Ryan Hill2013-04-171-2/+2
* handle new gcc-4.8 MULTILIB_OSDIRNAMES logic that includes multiarch junkMike Frysinger2013-04-101-5/+9
* fix S clobbering that is not needed anymore to unbreak info page installs #46...Mike Frysinger2013-04-081-8/+4
* Fix for gcc info page installation #464008Patrick Lauer2013-04-081-2/+2
* make sure gcc/doc/ in the output exists, and copy all info files #464008Mike Frysinger2013-04-071-2/+3
* use simpler find statementsMike Frysinger2013-04-071-5/+5
* make sure we install the info pages after we disabled generation #464008Mike Frysinger2013-04-071-1/+4
* disable info page generation since gcc includes generated pages already #4640...Mike Frysinger2013-04-061-1/+5
* Work around bootstrap comparison failures on ancient systems (bug #411333).Ryan Hill2013-04-051-4/+9
* Revert previous due to breakage.Ryan Hill2013-04-021-5/+1
* avoid regenerating info pages due to changed version/bugurl fields #464008Mike Frysinger2013-04-011-2/+5
* drop --enable-target-optspace for uClibc targets ... there is no real need fo...Mike Frysinger2013-04-011-2/+2
* Add cloog/isl support for gcc 4.8 (bug # 434816, patch by Kacper Kowalik).Ryan Hill2013-03-161-8/+21
* update snapshot location to use gcc.gnu.org #455152Mike Frysinger2013-02-091-7/+6
* drop USE="bootstrap build" as it does very little and the existing logic shou...Mike Frysinger2013-01-241-12/+5
* Drop go support for 4.6 - broken by newer glibc versions and upstream recomme...Ryan Hill2013-01-151-3/+3
* enable libffi with gcc-3.0+ (i did not have a local copy at the time to check...Mike Frysinger2012-12-291-2/+2
* change `use doc` to `use_if_iuse doc` since not all gcc versions have USE=docMike Frysinger2012-12-291-2/+2
* only mess with libffi stuff with gcc-3.1+Mike Frysinger2012-12-291-3/+5
* restrict multilib logic in a few more places to gcc-3.2+, and libstdc++-v3 to...Mike Frysinger2012-12-291-18/+25
* do not mention active gcc-config if we are removing a version that is not sel...Mike Frysinger2012-12-241-10/+13
* pass --enable-libstdcxx-time so that it tries to locate support in the C lib ...Mike Frysinger2012-12-241-1/+8
* disable X configure flags setting up bad -I/-L flags that will mess with mult...Mike Frysinger2012-11-291-1/+7
* if uClibc is built w/out shared lib support (like nommu), then pass in --disa...Mike Frysinger2012-11-241-2/+10
* depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by Da...Mike Frysinger2012-11-241-1/+5
* fix typo in env.d generation after recent rewrite so we store all ldpaths and...Mike Frysinger2012-11-221-2/+2
* drop USE=nocxx support since everyone should be migrated nowMike Frysinger2012-11-221-11/+2
* stop disabling multilib libjava #425154 #435728Mike Frysinger2012-11-191-48/+40
* set FCFLAGS/FFLAGS when cross-compilingMike Frysinger2012-11-191-1/+3
* do not sed libstdc++ python dir with gcc-4.7+ since the issue has been fixed ...Mike Frysinger2012-11-021-2/+2
* depend on virtual/pkgconfig for gcj/gtk deps #436724 by Diego Elio PettenòMike Frysinger2012-10-011-2/+4
* use --enable-poison-system-directories with cross-compilers when the patch is...Mike Frysinger2012-08-191-1/+5
* update path to fix_libtool_files.sh in toolchain_pkg_postrm #420731 by Piotr ...Mike Frysinger2012-06-111-3/+3
* add *-softfp-* support to the vendor field for people who want this for binar...Mike Frysinger2012-06-091-4/+12
* restore pkg_postrm export -- commit 1.542 was meant to delete pkg_prerm, not ...Mike Frysinger2012-06-051-2/+2
* always build up the multilib list for gcc even when --disable-multilib as it ...Mike Frysinger2012-06-031-3/+5
* teach gcc how to handle CTARGET abis independent of CHOST abisMike Frysinger2012-06-031-9/+13
* punt pkg_preinst as it is merely a stub and no one calls it anymoreMike Frysinger2012-06-021-6/+2
* delete pkg_prerm from export_functions since its no longer definedMike Frysinger2012-06-021-2/+2
* drop multilib_env setup calls since crossdev supports multilib now, and host ...Mike Frysinger2012-06-021-10/+1
* punt pkg_postrm as we no longer install these files into the / paths (rev 1.5...Mike Frysinger2012-06-021-8/+2
* pass --enable-obsolete for end users to use older (unsupported) targets #4183...Mike Frysinger2012-05-311-1/+2
* handle mingw64 targets in the libc cross-compiler logic #417793 by Matt WhitlockMike Frysinger2012-05-301-2/+4
* drop x32 support for 4.6.x versions now that we have 4.7.0Mike Frysinger2012-05-221-12/+4
* only default armv7 to vfpv3-d16. default armv6 to vfp, but otherwise, keep t...Mike Frysinger2012-05-181-5/+8
* install .awk into /usr/share/gcc-data/ to avoid /lib/ mess, and we dont need ...Mike Frysinger2012-05-151-16/+12
* use `use_if_iuse` with bootstrap since not all versions have thisMike Frysinger2012-05-131-2/+2
* drop warnings for old versions of codeMike Frysinger2012-05-131-18/+1
* arm: rework default --with-arch selection to be more tolerant of endian varia...Mike Frysinger2012-05-101-13/+23