summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add back in bounds checking support and fix a silly libdir bug (70481)Travis Tilley2004-11-093-32/+47
|
* removed a few patches that are no longer usedTravis Tilley2004-11-086-337/+2
|
* updated pie patch version to fix a bug on alphaTravis Tilley2004-11-084-12/+14
|
* changed the f77 USE flag to just plain old fortranTravis Tilley2004-11-0812-48/+54
|
* version bumped. only generate specs-specific gcc configs if hardened gcc is ↵Travis Tilley2004-11-075-35/+38
| | | | known to work on your arch. updated a few patches from redhat, and added the arm/cross patches to the gcc patch tarball. removed gcc 3.4.2-r3 since the branch update used was made just before the 3.4.3 freeze (dont worry sparc users, this ebuild is keyworded as testing on sparc).
* Marked unstable on sparc (Needs cascaded sparc64/gcc34 testing profile).Joshua Kinard2004-11-063-18/+21
|
* fix possible (as-of-yet-unreported) bug with 32bit libs ending up in the ↵Travis Tilley2004-11-032-20/+31
| | | | wrong place on amd64
* Marked stable on mips.Joshua Kinard2004-11-013-17/+20
|
* fixed the ppc logic in toolchain.eclass and keyworded 3.4.2-r3 as testing on ppcTravis Tilley2004-10-283-39/+43
|
* dont install split specs if USE=boundschecking, remove LIBPATH hackTravis Tilley2004-10-262-4/+4
|
* keyword as testing on amd64, mips, ppc64, and x86Travis Tilley2004-10-263-70/+72
|
* remove patches already part of the branch updateMike Frysinger2004-10-264-199/+73
|
* comment out the cross-compile + uclibc fixes until they apply cleanlyTravis Tilley2004-10-262-86/+76
|
* crosscompile fixes + uclibc patchesMike Frysinger2004-10-2611-51/+536
|
* remove IUSE (defined in toolchain.eclass) and fix DEPENDsMike Frysinger2004-10-263-55/+49
|
* have gcc-config create the 32bit/64bit wrappersMike Frysinger2004-10-263-71/+77
|
* any patches borrowed from fedora that are no longer in the latest fedora gcc ↵Travis Tilley2004-10-264-12/+492
| | | | 3.4 src rpm have been removed, except for the symbol visibility patches. added 20041025 branch update. a few GCC_SPECS and gcc-config related bugs in toolchain.eclass have also been fixed.
* CCHOST -> CTARGETTravis Tilley2004-10-252-22/+22
|
* dont || die with create_gcc_env_entry, that doesnt workTravis Tilley2004-10-252-78/+68
|
* ~alpha KEYWORDSMike Frysinger2004-10-233-66/+75
|
* manifest fixedTravis Tilley2004-10-211-25/+28
|
* fix removeal of -r1 without any noticeTom Gall2004-10-193-31/+31
|
* ...fix those annoying QA messages about awk, part 3Travis Tilley2004-10-062-5/+7
|
* fix those annoying QA messages about awk, part 2Travis Tilley2004-10-063-10/+14
|
* fix those annoying QA messages about awkTravis Tilley2004-10-0620-108/+146
|
* added gcc-3.4.2-r2 bounds checking USE flagAlexander Gabert2004-10-064-18/+24
|
* made 3.4.2-r2 rdep on gcc-config-1.3.6-r3 to fix the new specs-specific ↵Travis Tilley2004-10-053-6/+12
| | | | config switching and marked stable on amd64
* revert the multilib-by-default changes, since this seems to be causing ↵Travis Tilley2004-10-053-55/+72
| | | | problems with hardened, and we havent yet completely figured out how to handle mips' three ABIs.
* repoman: Trim trailing whitespaceMichael Sterrett2004-10-042-46/+46
|
* add support for the pie-but-not-ssp specs file, and use gcc_do_config from ↵Travis Tilley2004-10-041-10/+11
| | | | toolchain.eclass
* use create_gcc_env_entry from toolchain.eclass to create gcc-config entries ↵Travis Tilley2004-10-033-79/+58
| | | | for using the hardened/vanilla specs files
* clean up some global codeMike Frysinger2004-10-033-86/+73
|
* i hate uclibc. hate hate hate hate hate! fixes bug 66060Travis Tilley2004-10-012-4/+5
|
* whoa... ~amd64 thereTravis Tilley2004-09-282-3/+3
|
* make emul-linux-x86-glibc also an rdepTravis Tilley2004-09-282-60/+62
|
* oops. fix 3.4.1 for libtool change tooTravis Tilley2004-09-263-10/+10
|
* update uclibc patched ebuilds to work properly with recent libtool eclass ↵Travis Tilley2004-09-257-103/+113
| | | | changes
* clean up DEPENDMike Frysinger2004-09-242-16/+23
|
* s390 for april2004 stream #52609Mike Frysinger2004-09-232-45/+55
|
* Added a patch for mips that adds -march=r10000 and -mtune=r10000 support to gcc.Joshua Kinard2004-09-224-71/+546
|
* moved libgcc stuff back into the versioned directory, the libgcc_s-only ↵Travis Tilley2004-09-216-43/+83
| | | | stuff will be broken out into a seperate ebuild. fixed broken libtool archives. added an sse2 fix from Scott "I also own lv" Ladd, and a workaround that disables sse2 by default for 32bit on both x86 and amd64 until the rest of the wrong-code bugs are fixed. the workaround can be disabled completely by using the -msse2 flag.
* update robs patches from GCC_SPEC to GCC_SPECS so names are consistent in ↵Ned Ludd2004-09-194-9/+14
| | | | all gcc versions
* restore changelogNed Ludd2004-09-192-2/+1676
|
* added GCC_SPEC environment variable supportRob Holland2004-09-198-1662/+1907
|
* fix changelog typoTravis Tilley2004-09-152-3/+3
|
* argh... fix slot. for real this time.Travis Tilley2004-09-142-13/+3
|
* fix slotTravis Tilley2004-09-142-81/+94
|
* Proven to be broken on ppcLuca Barbato2004-09-143-83/+86
|
* added a patch from Rob "I own lv" Holland that allows you to switch specs ↵Travis Tilley2004-09-134-5/+44
| | | | files based on an environment variable (GCC_SPECS) and made gcc build both a vanilla and hardened specs file by default. Eventually this will mean being able to switch between gcc and hardened gcc on the fly. Since neither gcc-config nor portage support this yet, I"m not bumping the revision number.
* re-added uclibc patches and masked for testing. uses new toolchain.eclassTravis Tilley2004-09-124-144/+35
|