summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* backport fix from Prefix for get_libname to support AIX and FreeMiNTFabian Groffen2009-04-041-4/+8
|
* set each component explicitly and avoid requiring magic gcc-config behaviorMike Frysinger2009-02-201-18/+23
|
* quote some vars, bug #258214Markus Meier2009-02-091-3/+3
|
* disable ccache when selecting a multilib other than the default #196243Mike Frysinger2009-01-091-1/+13
|
* tweak cygwin targetMike Frysinger2008-11-281-4/+4
|
* cygwin targets produce dllsMike Frysinger2008-11-281-4/+4
|
* add support for 32bit userland with multilib on sparcFriedrich Oslage2008-06-221-5/+5
|
* remove old docs as wellMike Frysinger2008-06-011-79/+1
|
* add eclass documentation by mren #210521Mike Frysinger2008-06-011-35/+108
|
* add .dll to the fugly listMike Frysinger2008-05-021-4/+5
|
* (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (2/2)Piotr Jaroszyński2007-07-011-3/+2
|
* (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (1/2)Piotr Jaroszyński2007-07-011-3/+3
|
* Clean up multilib eclass after discussions with KingTaco and marienz about ↵Doug Goldstein2007-06-051-6/+4
| | | | the requirements for ati-drivers and nvidia-drivers.
* avoid eclass recursionMike Frysinger2007-03-271-3/+4
|
* dont include toolchain-funcs for now to avoid recursive inclusionMike Frysinger2007-03-271-2/+2
|
* need toolchain-funcs for `tc-export`Mike Frysinger2007-03-271-3/+5
|
* fix copy-n-paste-oSimon Stelling2006-10-131-2/+2
|
* remove CONF_LIBDIR logic which was deprecated in 2005.0Simon Stelling2006-10-131-11/+4
|
* Reversing a change vapier made which broke some packages. ABI still needs ↵Jeremy Huddleston2006-08-191-2/+3
| | | | to be set for get_libdir, etc.
* Add abi parameter to get_abi_* calls in multilib_toolchain_setup (bug #138296)Kevin F. Quinn2006-07-121-5/+5
| | | | since it is clearly necessary. Thanks to Rickard Narstrom.
* only use the new eselect-compiler build style when eselect-compiler is installedMike Frysinger2006-06-271-10/+13
|
* need get_abi_CTARGET() so long as ebuilds are using itMike Frysinger2006-06-201-1/+2
|
* fix incorrect statementsMike Frysinger2006-06-201-3/+3
|
* Added multilib_toolchain_setup for app-emul/wine.Jeremy Huddleston2006-06-201-2/+16
|
* add warning about ordering with regard to create_ml_includesSimon Stelling2006-05-281-1/+4
|
* add KERNEL_ABI default; bug 119012Simon Stelling2006-03-091-1/+2
|
* Fix bug #110143.Jeremy Huddleston2006-01-071-6/+7
|
* Fixed mips64's MULTILIB_ABIS. It was missing o32 and thus the compiler ↵Jeremy Huddleston2005-10-171-2/+2
| | | | profile wasn't getting set right.
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-10-131-2/+2
|
* add support for n arguments rather than just oneMike Frysinger2005-10-131-12/+15
|
* add support for s390x multilibMike Frysinger2005-10-121-1/+17
|
* fix the multilib_env stuff again since previous fixes were reverted when ↵Mike Frysinger2005-10-101-20/+19
| | | | moving from glibc ebuild
* dont enable o32 for mips64 multilib for nowMike Frysinger2005-10-091-3/+3
|
* Cleaned up get_all_abis.Jeremy Huddleston2005-10-071-5/+5
|
* Fall back on CHOST_default for CTARGET_default if CTARGET is not set.Jeremy Huddleston2005-10-071-2/+2
|
* Added get_abi_CTARGET.Jeremy Huddleston2005-10-071-3/+2
|
* multilib_env: use CTARGET to distinguish rather than tc-arch.Jeremy Huddleston2005-10-071-14/+8
|
* multilib_env: set DEFAULT_ABI right for mips-* and sparc-*Jeremy Huddleston2005-10-071-4/+10
|
* Add CTARGET_defaultJeremy Huddleston2005-10-061-1/+2
|
* Added multilib_env().Jeremy Huddleston2005-10-061-1/+84
|
* redo syntax/quoting to properly support spacing in CDEFINE variablesMike Frysinger2005-09-211-63/+63
|
* apply whitespace checks from repoman to eclassesSven Wegener2005-08-221-2/+2
|
* add get_libname function re: bug 58931Kito Danya Dietrich2005-08-081-1/+27
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-4/+4
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Use <> for includes instead of relative locations in create_ml_includes. ↵Jeremy Huddleston2005-04-121-14/+8
| | | | Closes bug #87560 thanks to Herbie Hopkins <herbie@hopkins.net>
* Don't set ABI=default as it causes econf to add --libdir for archs where it ↵Jeremy Huddleston2005-03-081-1/+3
| | | | used to not add it.
* Don't set ABI=default as it causes econf to add --libdir for archs where it ↵Jeremy Huddleston2005-03-081-6/+5
| | | | used to not add it.
* +get_abi_FAKE_TARGETSJeremy Huddleston2005-03-081-2/+2
|