| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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.34 2005/10/06 10:03:53 eradicator Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.35 2005/10/06 20:33:21 eradicator Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Jeremy Huddleston <eradicator@gentoo.org> |
5 | # Author: Jeremy Huddleston <eradicator@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is for all functions pertaining to handling multilib. |
7 | # This eclass is for all functions pertaining to handling multilib. |
| 8 | # configurations. |
8 | # configurations. |
| … | |
… | |
| 100 | # This causes econf to set --libdir=/usr/lib where it didn't before |
100 | # This causes econf to set --libdir=/usr/lib where it didn't before |
| 101 | #export ABI=${ABI:-"default"} |
101 | #export ABI=${ABI:-"default"} |
| 102 | export CFLAGS_default |
102 | export CFLAGS_default |
| 103 | export LDFLAGS_default |
103 | export LDFLAGS_default |
| 104 | export CHOST_default=${CHOST_default:-${CHOST}} |
104 | export CHOST_default=${CHOST_default:-${CHOST}} |
|
|
105 | export CTARGET_default=${CTARGET_default:-${CTARGET}} |
| 105 | export LIBDIR_default=${CONF_LIBDIR:-"lib"} |
106 | export LIBDIR_default=${CONF_LIBDIR:-"lib"} |
| 106 | export CDEFINE_default="__unix__" |
107 | export CDEFINE_default="__unix__" |
| 107 | |
108 | |
| 108 | # has_multilib_profile() |
109 | # has_multilib_profile() |
| 109 | has_multilib_profile() { |
110 | has_multilib_profile() { |