summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* forgot to elibtoolize. oops.Travis Tilley2004-09-211-2/+6
|
* set CCHOST to CHOST if CCHOST is unsetTravis Tilley2004-09-151-1/+3
|
* fix the specs splitting thingieTravis Tilley2004-09-131-4/+12
|
* toolchain.eclass support for splitting out multiple specs files, activated ↵Travis Tilley2004-09-131-1/+51
| | | | by SPLIT_SPECS="true" in a gcc-compiler ETYPE ebuild
* line 395: [: -ge: unary operator expectedTravis Tilley2004-09-121-2/+2
|
* new finalised toolchain.eclass. i dont expect (rather, i hope not) to make ↵Travis Tilley2004-09-121-174/+354
| | | | many changes to the gcc chunks after this.
* added support for the new ssp patchTravis Tilley2004-09-101-21/+41
|
* damnit pkg_setupTravis Tilley2004-09-091-13/+16
|
* fix version patch function and tweak multilib script creator. i should ↵Travis Tilley2004-09-091-12/+26
| | | | probably remove the gcc32 and g++32 symlinks at some point and let gcc-config take care of it, but for the moment i just want something to test with.
* force enable multilib only on archs known to support it, just to be safeTravis Tilley2004-09-081-2/+4
|
* change multilib behavior: instead of using 'use multilib' to enable ↵Travis Tilley2004-09-081-9/+9
| | | | multilib, 'use nomultilib' to disable it.
* fix confusing message about updating gcc to use SSP from glibc since we also ↵Travis Tilley2004-09-071-3/+3
| | | | support uclibc
* ppc related changeLuca Barbato2004-09-071-2/+2
|
* export src_unpack and pkg_setupTravis Tilley2004-09-061-7/+29
|
* typo fixTravis Tilley2004-09-061-2/+2
|
* add support for versionzing libs from specific directoriesTravis Tilley2004-09-051-5/+15
|
* misc fixes required to convert sys-libs/libstdc++-v3 over to using the ↵Travis Tilley2004-09-051-20/+71
| | | | toolchain eclass
* Initial commit of toolchain.eclass... note that it isnt quite complete yet ↵Travis Tilley2004-09-041-0/+723
and shouldnt be used by ebuilds in the tree until it is. This eclass is only in the tree so that i can trick^H^H^H^H^Hencourage others to help me out. That and I expect super-agent Mr_Bones_ to see the commit and beat me for any mistakes I might have made. ;)