diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-03 21:38:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-03 21:38:08 +0000 |
commit | 3895cdfffb86989b2cb60b78a3fd75baee75f00c (patch) | |
tree | a780b0b2765b50313cad130f8b157bdd20da7837 /eclass/multilib-build.eclass | |
parent | Migrate to python-r1 (diff) | |
download | historical-3895cdfffb86989b2cb60b78a3fd75baee75f00c.tar.gz historical-3895cdfffb86989b2cb60b78a3fd75baee75f00c.tar.bz2 historical-3895cdfffb86989b2cb60b78a3fd75baee75f00c.zip |
Add a note not to add new ABIs without contacting multilib.
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index f87cded7fbbc..07aa01f4de9c 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.32 2014/04/03 21:32:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.33 2014/04/03 21:38:08 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -31,6 +31,10 @@ inherit multibuild multilib # The list of multilib flags and corresponding ABI values. If the same # flag is reused for multiple ABIs (e.g. x86 on Linux&FreeBSD), multiple # ABIs may be separated by commas. +# +# Please contact multilib before modifying this list. This way we can +# ensure that every *preliminary* work is done and the multilib can be +# extended safely. _MULTILIB_FLAGS=( abi_x86_32:x86,x86_fbsd abi_x86_64:amd64,amd64_fbsd |