Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459210 - multilib-build: add a way to obtain BUILD_DIR for default (any, best) implementation
Summary: multilib-build: add a way to obtain BUILD_DIR for default (any, best) impleme...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 21:21 UTC by Michał Górny
Modified: 2013-04-01 09:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-25 21:21:30 UTC
Currently, building 'common' stuff like docs or programs from BUILD_DIR usually involve re-running the commands for all ABIs or some hackery to obtain proper BUILD_DIR.

It would be useful to have a new command which will execute the function just for the 'default' (best) ABI.

22:14:57 <@lu_zero> multilib_foreach_abi -> multilib_once_abi or multilib_first_abi

Use cases: fontconfig, libpciaccess.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-01 09:28:01 UTC
multilib_for_best_abi is there now.