| 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.10 2005/01/16 17:45:19 eradicator Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.36 2005/10/07 01:22:36 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. |
| 9 | |
9 | |
| 10 | ECLASS=multilib |
|
|
| 11 | INHERITED="$INHERITED $ECLASS" |
|
|
| 12 | |
|
|
| 13 | DESCRIPTION="Based on the ${ECLASS} eclass" |
10 | DESCRIPTION="Based on the ${ECLASS} eclass" |
|
|
11 | |
|
|
12 | # has_multilib_profile: |
|
|
13 | # Return true if the current profile is a multilib profile and lists more than |
|
|
14 | # one abi in ${MULTILIB_ABIS}. You might want to use this like |
|
|
15 | # 'use multilib || has_multilib_profile' until all profiles utilizing the |
|
|
16 | # 'multilib' use flag are removed from portage |
|
|
17 | |
|
|
18 | # is_final_abi: |
|
|
19 | # Return true if ${ABI} is the final abi to be installed (and thus we are |
|
|
20 | # on our last run through a src_* function. |
|
|
21 | |
|
|
22 | # number_abis: |
|
|
23 | # echo the number of ABIs we will be installing for |
|
|
24 | |
|
|
25 | # get_install_abis: |
|
|
26 | # Return a list of the ABIs we want to install for with |
|
|
27 | # the last one in the list being the default. |
|
|
28 | |
|
|
29 | # get_all_abis: |
|
|
30 | # Return a list of the ABIs supported by this profile. |
|
|
31 | # the last one in the list being the default. |
|
|
32 | |
|
|
33 | # get_all_libdirs: |
|
|
34 | # Returns a list of all the libdirs used by this profile. This includes |
|
|
35 | # those that might not be touched by the current ebuild and always includes |
|
|
36 | # "lib". |
|
|
37 | |
|
|
38 | # get_libdir: |
|
|
39 | # Returns the libdir for the selected ABI. This is backwards compatible |
|
|
40 | # and simply calls get_abi_LIBDIR() on newer profiles. You should use this |
|
|
41 | # to determine where to install shared objects (ex: /usr/$(get_libdir)) |
|
|
42 | |
|
|
43 | # get_abi_var <VAR> [<ABI>]: |
|
|
44 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
|
|
45 | # |
|
|
46 | # get_abi_CFLAGS: |
|
|
47 | # get_abi_CDEFINE: |
|
|
48 | # get_abi_LIBDIR: |
|
|
49 | # Aliases for 'get_abi_var CFLAGS', etc. |
|
|
50 | |
|
|
51 | # get_ml_incdir [<include dir> [<ABI>]] |
|
|
52 | # include dir defaults to /usr/include |
|
|
53 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
|
|
54 | # |
|
|
55 | # If a multilib include dir is associated with the passed include dir, then |
|
|
56 | # we return it, otherwise, we just echo back the include dir. This is |
|
|
57 | # neccessary when a built script greps header files rather than testing them |
|
|
58 | # via #include (like perl) to figure out features. |
|
|
59 | |
|
|
60 | # prep_ml_includes: |
|
|
61 | # Some includes (include/asm, glibc, etc) are ABI dependent. In this case, |
|
|
62 | # We can install them in different locations for each ABI and create a common |
|
|
63 | # header which includes the right one based on CDEFINE_${ABI}. If your |
|
|
64 | # package installs ABI-specific headers, just add 'prep_ml_includes' to the |
|
|
65 | # end of your src_install(). It takes a list of directories that include |
|
|
66 | # files are installed in (default is /usr/include if none are passed). |
|
|
67 | # |
|
|
68 | # Example: |
|
|
69 | # src_install() { |
|
|
70 | # ... |
|
|
71 | # prep_ml_includes /usr/qt/3/include |
|
|
72 | # } |
|
|
73 | |
|
|
74 | # create_ml_includes <include dir> <symbol 1>:<dir 1> [<symbol 2>:<dir 2> ...] |
|
|
75 | # If you need more control than prep_ml_includes can offer (like linux-headers |
|
|
76 | # for the asm-* dirs, then use create_ml_includes. The firs argument is the |
|
|
77 | # common dir. The remaining args are of the form <symbol>:<dir> where |
|
|
78 | # <symbol> is what is put in the #ifdef for choosing that dir. |
|
|
79 | # |
|
|
80 | # Ideas for this code came from debian's sparc-linux headers package. |
|
|
81 | # |
|
|
82 | # Example: |
|
|
83 | # create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64 |
|
|
84 | # create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64 |
|
|
85 | |
|
|
86 | # get_libname [version] |
|
|
87 | # returns libname with proper suffix {.so,.dylib} and optionally supplied version |
|
|
88 | # for ELF/MACH-O shared objects |
|
|
89 | # |
|
|
90 | # Example: |
|
|
91 | # get_libname libfoo ${PV} |
|
|
92 | # Returns: libfoo.so.${PV} (ELF) || libfoo.${PV}.dylib (MACH) |
|
|
93 | |
|
|
94 | ### END DOCUMENTATION ### |
|
|
95 | |
|
|
96 | # Defaults: |
|
|
97 | export MULTILIB_ABIS=${MULTILIB_ABIS:-"default"} |
|
|
98 | export DEFAULT_ABI=${DEFAULT_ABI:-"default"} |
|
|
99 | # This causes econf to set --libdir=/usr/lib where it didn't before |
|
|
100 | #export ABI=${ABI:-"default"} |
|
|
101 | export CFLAGS_default |
|
|
102 | export LDFLAGS_default |
|
|
103 | export CHOST_default=${CHOST_default:-${CHOST}} |
|
|
104 | export CTARGET_default=${CTARGET_default:-${CTARGET}} |
|
|
105 | export LIBDIR_default=${CONF_LIBDIR:-"lib"} |
|
|
106 | export CDEFINE_default="__unix__" |
|
|
107 | |
|
|
108 | # has_multilib_profile() |
|
|
109 | has_multilib_profile() { |
|
|
110 | [ -n "${MULTILIB_ABIS}" -a "${MULTILIB_ABIS}" != "${MULTILIB_ABIS/ /}" ] |
|
|
111 | } |
| 14 | |
112 | |
| 15 | # This function simply returns the desired lib directory. With portage |
113 | # This function simply returns the desired lib directory. With portage |
| 16 | # 2.0.51, we now have support for installing libraries to lib32/lib64 |
114 | # 2.0.51, we now have support for installing libraries to lib32/lib64 |
| 17 | # to accomidate the needs of multilib systems. It's no longer a good idea |
115 | # to accomidate the needs of multilib systems. It's no longer a good idea |
| 18 | # to assume all libraries will end up in lib. Replace any (sane) instances |
116 | # to assume all libraries will end up in lib. Replace any (sane) instances |
| … | |
… | |
| 24 | # Added support for ${ABI} and ${DEFAULT_ABI}. If they're both not set, |
122 | # Added support for ${ABI} and ${DEFAULT_ABI}. If they're both not set, |
| 25 | # fall back on old behavior. Any profile that has these set should also |
123 | # fall back on old behavior. Any profile that has these set should also |
| 26 | # depend on a newer version of portage (not yet released) which uses these |
124 | # depend on a newer version of portage (not yet released) which uses these |
| 27 | # over CONF_LIBDIR in econf, dolib, etc... |
125 | # over CONF_LIBDIR in econf, dolib, etc... |
| 28 | get_libdir() { |
126 | get_libdir() { |
| 29 | LIBDIR_TEST=$(type econf) |
127 | local CONF_LIBDIR |
| 30 | if [ ! -z "${CONF_LIBDIR_OVERRIDE}" ] ; then |
128 | if [ -n "${CONF_LIBDIR_OVERRIDE}" ] ; then |
| 31 | # if there is an override, we want to use that... always. |
129 | # if there is an override, we want to use that... always. |
| 32 | CONF_LIBDIR="${CONF_LIBDIR_OVERRIDE}" |
130 | echo ${CONF_LIBDIR_OVERRIDE} |
| 33 | elif [ -n "$(get_abi_LIBDIR)" ]; then |
131 | else |
| 34 | CONF_LIBDIR="$(get_abi_LIBDIR)" |
132 | get_abi_LIBDIR |
| 35 | elif [ "${LIBDIR_TEST/CONF_LIBDIR}" == "${LIBDIR_TEST}" ]; then # we don't have CONF_LIBDIR support |
|
|
| 36 | # will be <portage-2.0.51_pre20 |
|
|
| 37 | CONF_LIBDIR="lib" |
|
|
| 38 | fi |
133 | fi |
| 39 | # and of course, default to lib if CONF_LIBDIR isnt set |
|
|
| 40 | echo ${CONF_LIBDIR:=lib} |
|
|
| 41 | unset LIBDIR_TEST |
|
|
| 42 | } |
134 | } |
| 43 | |
135 | |
| 44 | get_multilibdir() { |
136 | get_multilibdir() { |
| 45 | if [ -n "$(get_abi_LIBDIR)" ]; then |
137 | if has_multilib_profile; then |
| 46 | eerror "get_multilibdir called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
138 | eerror "get_multilibdir called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
| 47 | exit 1 |
139 | exit 1 |
| 48 | fi |
140 | fi |
| 49 | echo ${CONF_MULTILIBDIR:=lib32} |
141 | echo ${CONF_MULTILIBDIR:=lib32} |
| 50 | } |
142 | } |
| … | |
… | |
| 59 | # |
151 | # |
| 60 | # get_libdir_override lib64 |
152 | # get_libdir_override lib64 |
| 61 | # |
153 | # |
| 62 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
154 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
| 63 | get_libdir_override() { |
155 | get_libdir_override() { |
| 64 | if [ -n "$(get_abi_LIBDIR)" ]; then |
156 | if has_multilib_profile; then |
| 65 | eerror "get_libdir_override called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
157 | eerror "get_libdir_override called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
| 66 | exit 1 |
158 | exit 1 |
| 67 | fi |
159 | fi |
| 68 | CONF_LIBDIR="$1" |
160 | CONF_LIBDIR="$1" |
| 69 | CONF_LIBDIR_OVERRIDE="$1" |
161 | CONF_LIBDIR_OVERRIDE="$1" |
|
|
162 | LIBDIR_default="$1" |
| 70 | } |
163 | } |
| 71 | |
164 | |
| 72 | # get_abi_var <VAR> [<ABI>] |
165 | # get_abi_var <VAR> [<ABI>] |
| 73 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
166 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
| 74 | # |
167 | # |
| … | |
… | |
| 82 | # If <ABI> is not specified and ${ABI} is not defined, ${DEFAULT_ABI} is used. |
175 | # If <ABI> is not specified and ${ABI} is not defined, ${DEFAULT_ABI} is used. |
| 83 | # If <ABI> is not specified and ${ABI} and ${DEFAULT_ABI} are not defined, we return an empty string. |
176 | # If <ABI> is not specified and ${ABI} and ${DEFAULT_ABI} are not defined, we return an empty string. |
| 84 | # |
177 | # |
| 85 | # Jeremy Huddleston <eradicator@gentoo.org> |
178 | # Jeremy Huddleston <eradicator@gentoo.org> |
| 86 | get_abi_var() { |
179 | get_abi_var() { |
| 87 | local flag=${1} |
180 | local flag=$1 |
| 88 | local abi |
181 | local abi |
| 89 | if [ $# -gt 1 ]; then |
182 | if [ $# -gt 1 ]; then |
| 90 | abi=${2} |
183 | abi=${2} |
| 91 | elif [ -n "${ABI}" ]; then |
184 | elif [ -n "${ABI}" ]; then |
| 92 | abi=${ABI} |
185 | abi=${ABI} |
| 93 | elif [ -n "${DEFAULT_ABI}" ]; then |
186 | elif [ -n "${DEFAULT_ABI}" ]; then |
| 94 | abi=${DEFAULT_ABI} |
187 | abi=${DEFAULT_ABI} |
| 95 | else |
188 | else |
| 96 | return 1 |
189 | abi="default" |
| 97 | fi |
190 | fi |
| 98 | |
191 | |
| 99 | local var="${flag}_${abi}" |
192 | local var="${flag}_${abi}" |
| 100 | echo ${!var} |
193 | echo ${!var} |
| 101 | } |
194 | } |
| 102 | |
195 | |
| 103 | get_abi_CFLAGS() { get_abi_var CFLAGS ${@}; } |
196 | get_abi_CFLAGS() { get_abi_var CFLAGS "$@"; } |
|
|
197 | get_abi_LDFLAGS() { get_abi_var LDFLAGS "$@"; } |
|
|
198 | get_abi_CHOST() { get_abi_var CHOST "$@"; } |
|
|
199 | get_abi_FAKE_TARGETS() { get_abi_var FAKE_TARGETS "$@"; } |
| 104 | get_abi_CDEFINE() { get_abi_var CDEFINE ${@}; } |
200 | get_abi_CDEFINE() { get_abi_var CDEFINE "$@"; } |
| 105 | get_abi_LIBDIR() { get_abi_var LIBDIR ${@}; } |
201 | get_abi_LIBDIR() { get_abi_var LIBDIR "$@"; } |
| 106 | |
202 | |
| 107 | # Return a list of the ABIs we want to install for with |
203 | # Return a list of the ABIs we want to install for with |
| 108 | # the last one in the list being the default. |
204 | # the last one in the list being the default. |
| 109 | get_abi_order() { |
205 | get_install_abis() { |
| 110 | local order="" |
206 | local order="" |
| 111 | |
207 | |
| 112 | if [ -z "${MULTILIB_ABIS}" ]; then |
208 | if [[ -z ${MULTILIB_ABIS} ]] ; then |
| 113 | echo "NOMULTILIB" |
209 | echo "default" |
| 114 | return 1 |
210 | return 0 |
| 115 | fi |
211 | fi |
| 116 | |
212 | |
| 117 | if hasq multilib-pkg-force ${RESTRICT} || |
213 | if hasq multilib-pkg-force ${RESTRICT} || |
| 118 | { hasq multilib-pkg ${FEATURES} && hasq multilib-pkg ${RESTRICT}; }; then |
214 | { hasq multilib-pkg ${FEATURES} && hasq multilib-pkg ${RESTRICT}; }; then |
| 119 | for x in ${MULTILIB_ABIS}; do |
215 | for x in ${MULTILIB_ABIS} ; do |
| 120 | if [ "${x}" != "${DEFAULT_ABI}" ]; then |
216 | if [[ ${x} != "${DEFAULT_ABI}" ]] ; then |
| 121 | hasq ${x} ${ABI_DENY} || ordera="${ordera} ${x}" |
217 | hasq ${x} ${ABI_DENY} || ordera="${ordera} ${x}" |
| 122 | fi |
218 | fi |
| 123 | done |
219 | done |
| 124 | hasq ${DEFAULT_ABI} ${ABI_DENY} || order="${ordera} ${DEFAULT_ABI}" |
220 | hasq ${DEFAULT_ABI} ${ABI_DENY} || order="${ordera} ${DEFAULT_ABI}" |
| 125 | |
221 | |
| 126 | if [ -n "${ABI_ALLOW}" ]; then |
222 | if [[ -n ${ABI_ALLOW} ]] ; then |
| 127 | local ordera="" |
223 | local ordera="" |
| 128 | for x in ${order}; do |
224 | for x in ${order} ; do |
| 129 | if hasq ${x} ${ABI_ALLOW}; then |
225 | if hasq ${x} ${ABI_ALLOW} ; then |
| 130 | ordera="${ordera} ${x}" |
226 | ordera="${ordera} ${x}" |
| 131 | fi |
227 | fi |
| 132 | done |
228 | done |
| 133 | order="${ordera}" |
229 | order=${ordera} |
| 134 | fi |
230 | fi |
| 135 | else |
231 | else |
| 136 | order="${DEFAULT_ABI}" |
232 | order=${DEFAULT_ABI} |
| 137 | fi |
233 | fi |
| 138 | |
234 | |
| 139 | if [ -z "${order}" ]; then |
235 | if [[ -z ${order} ]] ; then |
| 140 | die "The ABI list is empty. Are you using a proper multilib profile? Perhaps your USE flags or MULTILIB_ABIS are too restrictive for this package." |
236 | die "The ABI list is empty. Are you using a proper multilib profile? Perhaps your USE flags or MULTILIB_ABIS are too restrictive for this package." |
| 141 | fi |
237 | fi |
| 142 | |
238 | |
| 143 | echo ${order} |
239 | echo ${order} |
| 144 | return 0 |
240 | return 0 |
| 145 | } |
241 | } |
| 146 | |
242 | |
|
|
243 | # Return a list of the ABIs supported by this profile. |
|
|
244 | # the last one in the list being the default. |
|
|
245 | get_all_abis() { |
|
|
246 | local order="" |
|
|
247 | |
|
|
248 | if [ -z "${MULTILIB_ABIS}" ]; then |
|
|
249 | echo "default" |
|
|
250 | return 0 |
|
|
251 | fi |
|
|
252 | |
|
|
253 | for x in ${MULTILIB_ABIS}; do |
|
|
254 | if [ "${x}" != "${DEFAULT_ABI}" ]; then |
|
|
255 | order="${order:+${order }}${x}" |
|
|
256 | fi |
|
|
257 | done |
|
|
258 | order="${order:+${order} }${DEFAULT_ABI}" |
|
|
259 | |
|
|
260 | echo ${order} |
|
|
261 | return 0 |
|
|
262 | } |
|
|
263 | |
| 147 | # get_all_libdir() |
264 | # get_all_libdirs() |
| 148 | # Returns a list of all the libdirs used by this profile. This includes |
265 | # Returns a list of all the libdirs used by this profile. This includes |
| 149 | # those that might not be touched by the current ebuild. |
266 | # those that might not be touched by the current ebuild. |
| 150 | get_all_libdirs() { |
267 | get_all_libdirs() { |
| 151 | local libdirs="lib" |
268 | local libdirs="lib" |
| 152 | local abi |
269 | local abi |
| 153 | local dir |
270 | local dir |
| 154 | |
271 | |
| 155 | if [ -n "${MULTILIB_ABIS}" ]; then |
272 | if has_multilib_profile; then |
| 156 | for abi in ${MULTILIB_ABIS}; do |
273 | for abi in ${MULTILIB_ABIS}; do |
| 157 | [ "$(get_abi_LIBDIR ${abi})" != "lib" ] && libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
274 | [ "$(get_abi_LIBDIR ${abi})" != "lib" ] && libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
| 158 | done |
275 | done |
| 159 | elif [ -n "${CONF_LIBDIR}" ]; then |
276 | elif [ -n "${CONF_LIBDIR}" ]; then |
| 160 | for dir in ${CONF_LIBDIR} ${CONF_MULTILIBDIR:=lib32}; do |
277 | for dir in ${CONF_LIBDIR} ${CONF_MULTILIBDIR:-lib32}; do |
| 161 | [ "${dir}" != "lib" ] && libdirs="${libdirs} ${dir}" |
278 | [ "${dir}" != "lib" ] && libdirs="${libdirs} ${dir}" |
| 162 | done |
279 | done |
| 163 | fi |
280 | fi |
| 164 | |
281 | |
| 165 | echo "${libdirs}" |
282 | echo "${libdirs}" |
| … | |
… | |
| 167 | |
284 | |
| 168 | # Return true if ${ABI} is the last ABI on our list (or if we're not |
285 | # Return true if ${ABI} is the last ABI on our list (or if we're not |
| 169 | # using the new multilib configuration. This can be used to determine |
286 | # using the new multilib configuration. This can be used to determine |
| 170 | # if we're in the last (or only) run through src_{unpack,compile,install} |
287 | # if we're in the last (or only) run through src_{unpack,compile,install} |
| 171 | is_final_abi() { |
288 | is_final_abi() { |
| 172 | [ -z "${ABI}" ] && return 0 |
289 | has_multilib_profile || return 0 |
| 173 | local ALL_ABIS=$(get_abi_order) |
290 | local ALL_ABIS=$(get_install_abis) |
| 174 | local LAST_ABI=${ALL_ABIS/* /} |
291 | local LAST_ABI=${ALL_ABIS/* /} |
| 175 | [ "${LAST_ABI}" = "${ABI}" ] |
292 | [[ ${LAST_ABI} == ${ABI} ]] |
| 176 | } |
293 | } |
| 177 | |
294 | |
| 178 | # echo the number of ABIs we will be installing for |
295 | # echo the number of ABIs we will be installing for |
| 179 | number_abis() { |
296 | number_abis() { |
| 180 | get_abi_order | wc -w |
297 | get_install_abis | wc -w |
| 181 | } |
298 | } |
| 182 | |
299 | |
| 183 | # get_ml_incdir [<include dir> [<ABI>]] |
300 | # get_ml_incdir [<include dir> [<ABI>]] |
| 184 | # include dir defaults to /usr/include |
301 | # include dir defaults to /usr/include |
| 185 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
302 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
| 186 | get_ml_incdir() { |
303 | get_ml_incdir() { |
| 187 | local dir=/usr/include |
304 | local dir=/usr/include |
| 188 | |
305 | |
| 189 | if [[ ${#} -gt 0 ]]; then |
306 | if [[ $# -gt 0 ]]; then |
| 190 | incdir=${1} |
307 | incdir=$1 |
| 191 | shift |
308 | shift |
| 192 | fi |
309 | fi |
| 193 | |
310 | |
| 194 | if [[ -z "${MULTILIB_ABIS}" ]]; then |
311 | if [[ -z "${MULTILIB_ABIS}" ]]; then |
| 195 | echo ${incdir} |
312 | echo ${incdir} |
| 196 | return 0 |
313 | return 0 |
| 197 | fi |
314 | fi |
| 198 | |
315 | |
| 199 | local abi=${ABI:-${DEFAULT_ABI}} |
316 | local abi=${ABI-${DEFAULT_ABI}} |
| 200 | if [[ ${#} -gt 0 ]]; then |
317 | if [[ $# -gt 0 ]]; then |
| 201 | abi=${1} |
318 | abi=$1 |
| 202 | shift |
319 | shift |
| 203 | fi |
320 | fi |
| 204 | |
321 | |
| 205 | if [[ -d "${dir}/gentoo-multilib/${abi}" ]]; then |
322 | if [[ -d "${dir}/gentoo-multilib/${abi}" ]]; then |
| 206 | echo ${dir}/gentoo-multilib/${abi} |
323 | echo ${dir}/gentoo-multilib/${abi} |
| … | |
… | |
| 223 | # ... |
340 | # ... |
| 224 | # prep_ml_includes /usr/qt/3/include |
341 | # prep_ml_includes /usr/qt/3/include |
| 225 | # } |
342 | # } |
| 226 | |
343 | |
| 227 | prep_ml_includes() { |
344 | prep_ml_includes() { |
| 228 | local dirs |
|
|
| 229 | if [ ${#} -eq 0 ]; then |
|
|
| 230 | dirs="/usr/include" |
|
|
| 231 | else |
|
|
| 232 | dirs="${@}" |
|
|
| 233 | fi |
|
|
| 234 | |
|
|
| 235 | if [ $(number_abis) -gt 1 ]; then |
345 | if [[ $(number_abis) -gt 1 ]] ; then |
| 236 | local dir |
346 | local dir |
|
|
347 | local dirs |
|
|
348 | local base |
|
|
349 | |
|
|
350 | if [[ $# -eq 0 ]] ; then |
|
|
351 | dirs=/usr/include |
|
|
352 | else |
|
|
353 | dirs="$@" |
|
|
354 | fi |
|
|
355 | |
| 237 | for dir in ${dirs}; do |
356 | for dir in ${dirs} ; do |
|
|
357 | base=${T}/gentoo-multilib/${dir}/gentoo-multilib |
|
|
358 | mkdir -p "${base}" |
|
|
359 | [[ -d ${base}/${ABI} ]] && rm -rf "${base}/${ABI}" |
| 238 | mv ${D}/${dir} ${D}/${dir}.${ABI} |
360 | mv "${D}/${dir}" "${base}/${ABI}" |
| 239 | done |
361 | done |
| 240 | |
362 | |
| 241 | if is_final_abi; then |
363 | if is_final_abi; then |
|
|
364 | base=${T}/gentoo-multilib |
|
|
365 | pushd "${base}" |
|
|
366 | find . | tar -c -T - -f - | tar -x --no-same-owner -f - -C ${D} |
|
|
367 | popd |
|
|
368 | |
|
|
369 | # This 'set' stuff is required by mips profiles to properly pass |
|
|
370 | # CDEFINE's (which have spaces) to sub-functions |
|
|
371 | set -- |
| 242 | for dir in ${dirs}; do |
372 | for dir in ${dirs} ; do |
| 243 | local args="${dir}" |
373 | set -- "$@" "${dir}" |
| 244 | local abi |
374 | local abi |
| 245 | dodir ${dir}/gentoo-multilib |
|
|
| 246 | for abi in $(get_abi_order); do |
375 | for abi in $(get_install_abis); do |
| 247 | mv ${D}/${dir}.${abi} ${D}/${dir}/gentoo-multilib/${abi} |
|
|
| 248 | args="${args} $(get_abi_CDEFINE ${abi}):${dir}/gentoo-multilib/${abi}" |
376 | set -- "$@" "$(get_abi_CDEFINE ${abi}):${dir}/gentoo-multilib/${abi}" |
| 249 | done |
377 | done |
| 250 | create_ml_includes ${args} |
378 | create_ml_includes "$@" |
| 251 | done |
379 | done |
| 252 | fi |
380 | fi |
| 253 | fi |
381 | fi |
| 254 | } |
382 | } |
| 255 | |
383 | |
| … | |
… | |
| 262 | # |
390 | # |
| 263 | # Example: |
391 | # Example: |
| 264 | # create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64 |
392 | # create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64 |
| 265 | # create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64 |
393 | # create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64 |
| 266 | create_ml_includes() { |
394 | create_ml_includes() { |
| 267 | local dest="${1}" |
395 | local dest=$1 |
| 268 | shift |
396 | shift |
| 269 | local mlinfo="${@}" |
|
|
| 270 | local basedirs=$(create_ml_includes-listdirs ${mlinfo}) |
397 | local basedirs=$(create_ml_includes-listdirs "$@") |
| 271 | |
398 | |
| 272 | create_ml_includes-makedestdirs ${dest} ${basedirs} |
399 | create_ml_includes-makedestdirs ${dest} ${basedirs} |
| 273 | |
400 | |
| 274 | local file |
401 | local file |
| 275 | for file in $(create_ml_includes-allfiles ${basedirs}); do |
402 | for file in $(create_ml_includes-allfiles ${basedirs}) ; do |
| 276 | local name="$(echo $file | tr a-z A-Z | sed 's:[^A-Z]:_:g')" |
403 | #local name=$(echo ${file} | tr '[:lower:]' '[:upper:]' | sed 's:[^[:upper:]]:_:g') |
| 277 | { |
404 | ( |
| 278 | echo "/* Common header file autogenerated by create_ml_includes in multilib.eclass */" |
405 | echo "/* Autogenerated by create_ml_includes() in multilib.eclass */" |
| 279 | #echo "#ifndef __CREATE_ML_INCLUDES_STUB_${name}__" |
|
|
| 280 | #echo "#define __CREATE_ML_INCLUDES_STUB_${name}__" |
|
|
| 281 | #echo "" |
|
|
| 282 | |
406 | |
| 283 | local dir |
407 | local dir |
| 284 | for dir in ${basedirs}; do |
408 | for dir in ${basedirs}; do |
| 285 | if [ -f "${D}/${dir}/${file}" ]; then |
409 | if [[ -f ${D}/${dir}/${file} ]] ; then |
| 286 | echo "#ifdef $(create_ml_includes-sym_for_dir ${dir} ${mlinfo})" |
|
|
| 287 | echo "#include \"$(create_ml_includes-relative_between ${dest}/$(dirname ${file}) ${dir}/${file})\"" |
|
|
| 288 | echo "#endif /* $(create_ml_includes-sym_for_dir ${dir} ${mlinfo}) */" |
|
|
| 289 | echo "" |
410 | echo "" |
|
|
411 | local sym=$(create_ml_includes-sym_for_dir ${dir} "$@") |
|
|
412 | if [[ ${sym/=} != "${sym}" ]] ; then |
|
|
413 | echo "#if ${sym}" |
|
|
414 | elif [[ ${sym::1} == "!" ]] ; then |
|
|
415 | echo "#ifndef ${sym:1}" |
|
|
416 | else |
|
|
417 | echo "#ifdef ${sym}" |
|
|
418 | fi |
|
|
419 | echo "# include <$(create_ml_includes-absolute ${dir}/${file})>" |
|
|
420 | echo "#endif /* ${sym} */" |
| 290 | fi |
421 | fi |
| 291 | done |
422 | done |
| 292 | |
423 | |
| 293 | #echo "#endif /* __CREATE_ML_INCLUDES_STUB_${name}__ */" |
424 | #echo "#endif /* __CREATE_ML_INCLUDES_STUB_${name}__ */" |
| 294 | } > ${D}/${dest}/${file} |
425 | ) > "${D}/${dest}/${file}" |
| 295 | done |
426 | done |
| 296 | } |
427 | } |
| 297 | |
428 | |
| 298 | # Helper function for create_ml_includes |
429 | # Helper function for create_ml_includes |
| 299 | create_ml_includes-relative_between() { |
430 | create_ml_includes-absolute() { |
| 300 | local src="$(create_ml_includes-tidy_path ${1})" |
|
|
| 301 | local dst="$(create_ml_includes-tidy_path ${2})" |
431 | local dst="$(create_ml_includes-tidy_path $1)" |
| 302 | |
432 | |
| 303 | src=(${src//\// }) |
|
|
| 304 | dst=(${dst//\// }) |
433 | dst=(${dst//\// }) |
| 305 | |
434 | |
| 306 | local i |
435 | local i |
| 307 | for ((i=0; i<${#src[*]}; i++)); do |
436 | for ((i=0; i<${#dst[*]}; i++)); do |
| 308 | [ "${dst[i]}" != "${src[i]}" ] && break |
437 | [ "${dst[i]}" == "include" ] && break |
| 309 | done |
438 | done |
| 310 | |
439 | |
| 311 | local common=$i |
440 | local strip_upto=$i |
| 312 | |
441 | |
| 313 | for ((i=${#src[*]}; i>common; i--)); do |
|
|
| 314 | echo -n ../ |
|
|
| 315 | done |
|
|
| 316 | |
|
|
| 317 | for ((i=common; i<${#dst[*]}-1; i++)); do |
442 | for ((i=strip_upto+1; i<${#dst[*]}-1; i++)); do |
| 318 | echo -n ${dst[i]}/ |
443 | echo -n ${dst[i]}/ |
| 319 | done |
444 | done |
| 320 | |
445 | |
| 321 | echo -n ${dst[i]} |
446 | echo -n ${dst[i]} |
| 322 | } |
447 | } |
| 323 | |
448 | |
| 324 | # Helper function for create_ml_includes |
449 | # Helper function for create_ml_includes |
| 325 | create_ml_includes-tidy_path() { |
450 | create_ml_includes-tidy_path() { |
| 326 | local removed="${1}" |
451 | local removed=$1 |
| 327 | |
452 | |
| 328 | if [ -n "${removed}" ]; then |
453 | if [ -n "${removed}" ]; then |
| 329 | # Remove multiple slashes |
454 | # Remove multiple slashes |
| 330 | while [ "${removed}" != "${removed/\/\//\/}" ]; do |
455 | while [ "${removed}" != "${removed/\/\//\/}" ]; do |
| 331 | removed=${removed/\/\//\/} |
456 | removed=${removed/\/\//\/} |
| … | |
… | |
| 348 | # Remove trailing .. |
473 | # Remove trailing .. |
| 349 | [ "${removed##*/}" = ".." ] && removed=${removed%/*/*} |
474 | [ "${removed##*/}" = ".." ] && removed=${removed%/*/*} |
| 350 | |
475 | |
| 351 | # Remove trailing / |
476 | # Remove trailing / |
| 352 | [ "${removed##*/}" = "" ] && removed=${removed%/*} |
477 | [ "${removed##*/}" = "" ] && removed=${removed%/*} |
| 353 | |
478 | |
| 354 | echo ${removed} |
479 | echo ${removed} |
| 355 | fi |
480 | fi |
| 356 | } |
481 | } |
| 357 | |
482 | |
| 358 | # Helper function for create_ml_includes |
483 | # Helper function for create_ml_includes |
| 359 | create_ml_includes-listdirs() { |
484 | create_ml_includes-listdirs() { |
| 360 | local dirs |
485 | local dirs |
| 361 | local data |
486 | local data |
| 362 | for data in ${@}; do |
487 | for data in "$@"; do |
| 363 | dirs="${dirs} ${data/*:/}" |
488 | dirs="${dirs} ${data/*:/}" |
| 364 | done |
489 | done |
| 365 | echo ${dirs:1} |
490 | echo ${dirs:1} |
| 366 | } |
491 | } |
| 367 | |
492 | |
| 368 | # Helper function for create_ml_includes |
493 | # Helper function for create_ml_includes |
| 369 | create_ml_includes-makedestdirs() { |
494 | create_ml_includes-makedestdirs() { |
| 370 | local dest=${1} |
495 | local dest=$1 |
| 371 | shift |
496 | shift |
| 372 | local basedirs=${@} |
497 | local basedirs=$@ |
| 373 | |
498 | |
| 374 | dodir ${dest} |
499 | dodir ${dest} |
| 375 | |
500 | |
| 376 | local basedir |
501 | local basedir |
| 377 | for basedir in ${basedirs}; do |
502 | for basedir in ${basedirs}; do |
| … | |
… | |
| 382 | done |
507 | done |
| 383 | } |
508 | } |
| 384 | |
509 | |
| 385 | # Helper function for create_ml_includes |
510 | # Helper function for create_ml_includes |
| 386 | create_ml_includes-allfiles() { |
511 | create_ml_includes-allfiles() { |
| 387 | local basedirs=${@} |
|
|
| 388 | |
|
|
| 389 | local basedir |
512 | local basedir file |
| 390 | for basedir in ${basedirs}; do |
513 | for basedir in "$@" ; do |
| 391 | local file |
|
|
| 392 | for file in $(find ${D}/${basedir} -type f); do |
514 | for file in $(find "${D}"/${basedir} -type f); do |
| 393 | echo ${file/${D}\/${basedir}\//} |
515 | echo ${file/${D}\/${basedir}\//} |
| 394 | done |
516 | done |
| 395 | done | sort | uniq |
517 | done | sort | uniq |
| 396 | } |
518 | } |
| 397 | |
519 | |
| 398 | # Helper function for create_ml_includes |
520 | # Helper function for create_ml_includes |
| 399 | create_ml_includes-sym_for_dir() { |
521 | create_ml_includes-sym_for_dir() { |
| 400 | local dir="${1}" |
522 | local dir=$1 |
| 401 | shift |
523 | shift |
| 402 | local data |
524 | local data |
| 403 | for data in ${@}; do |
525 | for data in "$@"; do |
| 404 | if [ "${dir}" = "${data/*:/}" ]; then |
526 | if [[ ${data} == *:${dir} ]] ; then |
| 405 | echo ${data/:*/} |
527 | echo ${data/:*/} |
| 406 | return 0 |
528 | return 0 |
| 407 | fi |
529 | fi |
| 408 | done |
530 | done |
| 409 | echo "Shouldn't be here -- create_ml_includes-sym_for_dir ${1} ${@}" |
531 | echo "Shouldn't be here -- create_ml_includes-sym_for_dir $1 $@" |
| 410 | # exit because we'll likely be called from a subshell |
532 | # exit because we'll likely be called from a subshell |
| 411 | exit 1 |
533 | exit 1 |
| 412 | } |
534 | } |
|
|
535 | |
|
|
536 | get_libname() { |
|
|
537 | local ver=$1 |
|
|
538 | if use userland_Darwin ; then |
|
|
539 | if [ -z ${ver} ] ; then |
|
|
540 | echo ".dylib" |
|
|
541 | else |
|
|
542 | echo ".${ver}.dylib" |
|
|
543 | fi |
|
|
544 | else |
|
|
545 | if [ -z ${ver} ] ; then |
|
|
546 | echo ".so" |
|
|
547 | else |
|
|
548 | echo ".so.${ver}" |
|
|
549 | fi |
|
|
550 | fi |
|
|
551 | } |
|
|
552 | |
|
|
553 | # This is for the toolchain to setup profile variables when pulling in |
|
|
554 | # a crosscompiler (and thus they aren't set in the profile) |
|
|
555 | multilib_env() { |
|
|
556 | local CTARGET=$1 |
|
|
557 | local CTARGET_post=${CTARGET#*-} |
|
|
558 | |
|
|
559 | case $(tc-arch ${CTARGET}) in |
|
|
560 | amd64) |
|
|
561 | export CFLAGS_x86=${CFLAGS_x86--m32} |
|
|
562 | export CHOST_x86=i686-${CTARGET_post} |
|
|
563 | export CTARGET_x86=i686-${CTARGET_post} |
|
|
564 | export CDEFINE_x86="__i386__" |
|
|
565 | export LIBDIR_x86="lib" |
|
|
566 | |
|
|
567 | export CFLAGS_amd64=${CFLAGS_amd64--m64} |
|
|
568 | export CHOST_amd64=x86_64-${CTARGET_post} |
|
|
569 | export CTARGET_amd64=x86_64-${CTARGET_post} |
|
|
570 | export CDEFINE_amd64="__x86_64__" |
|
|
571 | export LIBDIR_amd64="lib64" |
|
|
572 | |
|
|
573 | export MULTILIB_ABIS="amd64 x86" |
|
|
574 | export DEFAULT_ABI="amd64" |
|
|
575 | ;; |
|
|
576 | mips) |
|
|
577 | export CFLAGS_o32=${CFLAGS_o32--mabi=32} |
|
|
578 | export CHOST_o32=mips-${CTARGET_post} |
|
|
579 | export CTARGET_o32=mips-${CTARGET_post} |
|
|
580 | export CDEFINE_o32="_MIPS_SIM == _ABIO32" |
|
|
581 | export LIBDIR_o32="lib" |
|
|
582 | |
|
|
583 | export CFLAGS_n32=${CFLAGS_n32--mabi=n32} |
|
|
584 | export CHOST_n32=mips64-${CTARGET_post} |
|
|
585 | export CTARGET_n32=mips64-${CTARGET_post} |
|
|
586 | export CDEFINE_n32="_MIPS_SIM == _ABIN32" |
|
|
587 | export LIBDIR_n32="lib32" |
|
|
588 | |
|
|
589 | export CFLAGS_n64=${CFLAGS_n64--mabi=64} |
|
|
590 | export CHOST_n64=mips64-${CTARGET_post} |
|
|
591 | export CTARGET_n64=mips64-${CTARGET_post} |
|
|
592 | export CDEFINE_n64="_MIPS_SIM == _ABI64" |
|
|
593 | export LIBDIR_n64="lib64" |
|
|
594 | |
|
|
595 | export MULTILIB_ABIS="n64 n32 o32" |
|
|
596 | case ${CTARGET} in |
|
|
597 | mips64*) export DEFAULT_ABI="n32" ;; |
|
|
598 | *) export DEFAULT_ABI="o32" ;; |
|
|
599 | esac |
|
|
600 | ;; |
|
|
601 | ppc64) |
|
|
602 | export CFLAGS_ppc=${CFLAGS_ppc--m32} |
|
|
603 | export CHOST_ppc=powerpc-${CTARGET_post} |
|
|
604 | export CTARGET_ppc=powerpc-${CTARGET_post} |
|
|
605 | export CDEFINE_ppc="!__powerpc64__" |
|
|
606 | export LIBDIR_ppc="lib" |
|
|
607 | |
|
|
608 | export CFLAGS_ppc64=${CFLAGS_ppc64--m64} |
|
|
609 | export CHOST_ppc64=powerpc64-${CTARGET_post} |
|
|
610 | export CTARGET_ppc64=powerpc64-${CTARGET_post} |
|
|
611 | export CDEFINE_ppc64="__powerpc64__" |
|
|
612 | export LIBDIR_ppc64="lib64" |
|
|
613 | |
|
|
614 | export MULTILIB_ABIS="ppc64 ppc" |
|
|
615 | export DEFAULT_ABI="ppc64" |
|
|
616 | ;; |
|
|
617 | sparc) |
|
|
618 | export CFLAGS_sparc32=${CFLAGS_sparc32--m32} |
|
|
619 | export CHOST_sparc32=sparc-${CTARGET_post} |
|
|
620 | export CTARGET_sparc32=sparc-${CTARGET_post} |
|
|
621 | export CDEFINE_sparc32="!__arch64__" |
|
|
622 | export LIBDIR_sparc32="lib" |
|
|
623 | |
|
|
624 | export CFLAGS_sparc64=${CFLAGS_sparc64--m64} |
|
|
625 | export CHOST_sparc64=sparc64-${CTARGET_post} |
|
|
626 | export CTARGET_sparc64=sparc64-${CTARGET_post} |
|
|
627 | export CDEFINE_sparc64="__arch64__" |
|
|
628 | export LIBDIR_sparc64="lib64" |
|
|
629 | |
|
|
630 | export MULTILIB_ABIS="sparc64 sparc32" |
|
|
631 | case ${CTARGET} in |
|
|
632 | sparc64*) export DEFAULT_ABI="sparc64" ;; |
|
|
633 | *) export DEFAULT_ABI="sparc32" ;; |
|
|
634 | esac |
|
|
635 | ;; |
|
|
636 | *) |
|
|
637 | export MULTILIB_ABIS="default" |
|
|
638 | export DEFAULT_ABI="default" |
|
|
639 | ;; |
|
|
640 | esac |
|
|
641 | } |