summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove emul-linux-x86 hack, since emul-linux-x86 is no more.Michał Górny2015-06-261-10/+2
|
* Disable parallel run support.Michał Górny2014-12-131-5/+5
|
* Add new multilib_native_enable and multilib_native_with functions; fix ↵Jonathan Callen2014-08-171-13/+31
| | | | documentation
* Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev.Michał Górny2014-07-041-3/+3
|
* Add some Prefix hosts to _MULTILIB_FLAGSFabian Groffen2014-07-031-4/+4
|
* Explain MULTILIB_COMPAT a bit more verbosely, and add a REQUIRED_USE for it.Michał Górny2014-07-031-3/+12
|
* Re-enable multilib flags for s390.Michał Górny2014-07-031-1/+3
|
* Fix handling empty MULTILIB_COMPAT.Michał Górny2014-06-291-2/+2
|
* Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg ↵Michał Górny2014-06-291-2/+5
| | | | Turner.
* Enable multilib flags for ppc. Since ppc profiles are not multilib at the ↵Michał Górny2014-06-281-1/+3
| | | | moment, this should not create any new issues.
* Work around lack of arch defines in swig, bug #509792.Michał Górny2014-06-081-1/+9
|
* Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682.Michał Górny2014-05-281-2/+2
|
* Change ABI-flag separator from ":" to "." to avoid issues with Makefile ↵Michał Górny2014-05-231-6/+6
| | | | rules and PATH separator.
* Add remaining potential multilib arches to header wrapping template.Michał Górny2014-05-231-1/+19
|
* Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI ↵Michał Górny2014-05-231-34/+18
| | | | is omitted in wrapper template.
* Deprecate multilib_for_best_abi() to decrease confusion.Michał Górny2014-05-231-1/+4
|
* Export MULTILIB_ABI_FLAG for ebuild/eclass use. Bug #509478.Michał Górny2014-05-231-6/+26
|
* Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ↵Michał Górny2014-05-231-3/+18
| | | | ABI values and USE flag names.
* Do not install wrapper headers when no ABI provides a particular header.Michał Górny2014-05-121-8/+8
|
* Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility ↵Michał Górny2014-05-071-1/+9
| | | | with current state of emul-linux. Fixes bug #509556.
* Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages.Michał Górny2014-05-011-1/+31
|
* Disable header wrapping on unsupported ABIs.Michał Górny2014-04-291-45/+58
|
* Reorder the operations in multilib_prepare_wrappers for easier reading.Michał Górny2014-04-291-28/+28
|
* Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better ↵Michał Górny2014-04-291-3/+18
| | | | compatibility with plain multilib.
* Disable wrappers for multilib portage only. Enable them in non-multilib ↵Michał Górny2014-04-291-3/+3
| | | | profiles for consistency.
* Move conditionals for enabling wrappers into multilib_prepare_wrappers() and ↵Michał Górny2014-04-291-1/+5
| | | | multilib_install_wrappers().
* Deprecate multilib_build_binaries, and switch the code to use ↵Michał Górny2014-04-281-11/+14
| | | | multilib_is_native_abi.
* Remove the QA warning from multilib_is_native_abi() till we decide which one ↵Michał Górny2014-04-221-4/+1
| | | | to keep actually.
* Add a QA warning to multilib_is_native_abi.Michał Górny2014-04-211-1/+4
|
* ...and make multilib_build_binaries stand-alone.Michał Górny2014-04-211-2/+2
|
* Make multilib_is_native_abi equivalent to multilib_build_binaries, until all ↵Michał Górny2014-04-211-4/+2
| | | | ebuilds are fixed.
* Introduce extra multilib_native_use* wrappers encapulsating ↵Michał Górny2014-04-211-1/+49
| | | | multilib_build_binaries & use* functions.
* Make multilib@g.o the maintainer of multilib eclasses.Michał Górny2014-04-031-2/+4
|
* Add a note not to add new ABIs without contacting multilib.Michał Górny2014-04-031-1/+5
|
* Revert incomplete and broken s390 support. Please finally contact multilib ↵Michał Górny2014-04-031-3/+1
| | | | before playing with this.
* add s390 abi handlingMike Frysinger2014-04-031-1/+3
|
* Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to ↵Michał Górny2014-03-311-7/+1
| | | | track it.
* Support rewriting symlinks in MULTILIB_CHOST_TOOLS, bug #506062.Michał Górny2014-03-301-3/+20
|
* add ABI_PPC supportMike Frysinger2014-03-291-1/+7
|
* Typo.Michał Górny2014-01-161-2/+2
|
* Support MULTILIB_CHOST_TOOLS for tool renaming/preserving.Michał Górny2014-01-161-2/+42
|
* Improve documentation on multilib_is_native_abi & multilib_build_binaries to ↵Michał Górny2013-12-311-10/+9
| | | | make it clear which one to use. Requested and reviewed by okias.
* Fix typoJustin Lecher2013-12-281-2/+2
|
* Clean up the splitting code wrt suggestions from Ulrich Mueller.Michał Górny2013-10-011-5/+3
|
* Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592.Michał Górny2013-10-011-3/+7
|
* Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch ↵Michał Górny2013-09-301-11/+15
| | | | to Ulrich Mueller.
* Add eclass doc for multilib_build_binariesThomas Sachau2013-09-171-2/+12
|
* Add multilib_build_binaries function to multilib-build eclassThomas Sachau2013-09-171-1/+9
|
* Allow wrapping headers that are installed only for some of the ABIs.Michał Górny2013-08-081-27/+30
|
* Add MIPS support to multilib-build.eclass.Matt Turner2013-07-301-1/+18
|