| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.87 2011/03/18 19:13:54 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.88 2011/03/18 21:56:35 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: multilib.eclass |
5 | # @ECLASS: multilib.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # amd64@gentoo.org |
7 | # amd64@gentoo.org |
| 8 | # toolchain@gentoo.org |
8 | # toolchain@gentoo.org |
| … | |
… | |
| 263 | |
263 | |
| 264 | # @FUNCTION: number_abis |
264 | # @FUNCTION: number_abis |
| 265 | # @DESCRIPTION: |
265 | # @DESCRIPTION: |
| 266 | # echo the number of ABIs we will be installing for |
266 | # echo the number of ABIs we will be installing for |
| 267 | number_abis() { |
267 | number_abis() { |
| 268 | get_install_abis | wc -w |
268 | set -- `get_install_abis` |
|
|
269 | echo $# |
| 269 | } |
270 | } |
| 270 | |
271 | |
| 271 | # @FUNCTION: get_ml_incdir |
272 | # @FUNCTION: get_ml_incdir |
| 272 | # @USAGE: [include_dir] [ABI] |
273 | # @USAGE: [include_dir] [ABI] |
| 273 | # @DESCRIPTION: |
274 | # @DESCRIPTION: |