| 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.1 2005/01/12 00:21:53 eradicator Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.50 2006/06/20 08:48:24 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 | export CFLAGS_default |
|
|
100 | export LDFLAGS_default |
|
|
101 | export CHOST_default=${CHOST_default:-${CHOST}} |
|
|
102 | export CTARGET_default=${CTARGET_default:-${CTARGET:-${CHOST_default}}} |
|
|
103 | export LIBDIR_default=${CONF_LIBDIR:-"lib"} |
|
|
104 | export CDEFINE_default="__unix__" |
|
|
105 | export KERNEL_ABI=${KERNEL_ABI:-${DEFAULT_ABI}} |
|
|
106 | |
|
|
107 | # has_multilib_profile() |
|
|
108 | has_multilib_profile() { |
|
|
109 | [ -n "${MULTILIB_ABIS}" -a "${MULTILIB_ABIS}" != "${MULTILIB_ABIS/ /}" ] |
|
|
110 | } |
| 14 | |
111 | |
| 15 | # This function simply returns the desired lib directory. With portage |
112 | # This function simply returns the desired lib directory. With portage |
| 16 | # 2.0.51, we now have support for installing libraries to lib32/lib64 |
113 | # 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 |
114 | # 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 |
115 | # 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, |
121 | # 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 |
122 | # 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 |
123 | # depend on a newer version of portage (not yet released) which uses these |
| 27 | # over CONF_LIBDIR in econf, dolib, etc... |
124 | # over CONF_LIBDIR in econf, dolib, etc... |
| 28 | get_libdir() { |
125 | get_libdir() { |
| 29 | LIBDIR_TEST=$(type econf) |
126 | local CONF_LIBDIR |
| 30 | if [ ! -z "${CONF_LIBDIR_OVERRIDE}" ] ; then |
127 | if [ -n "${CONF_LIBDIR_OVERRIDE}" ] ; then |
| 31 | # if there is an override, we want to use that... always. |
128 | # if there is an override, we want to use that... always. |
| 32 | CONF_LIBDIR="${CONF_LIBDIR_OVERRIDE}" |
129 | echo ${CONF_LIBDIR_OVERRIDE} |
| 33 | # We don't need to know the verison of portage. We only need to know |
130 | else |
| 34 | # if there is support for CONF_LIBDIR in econf and co. |
131 | get_abi_LIBDIR |
| 35 | # Danny van Dyk <kugelfang@gentoo.org> 2004/17/09 |
|
|
| 36 | #elif portageq has_version / '<sys-apps/portage-2.0.51_pre20' ; then |
|
|
| 37 | # # and if there isnt an override, and we're using a version of |
|
|
| 38 | # # portage without CONF_LIBDIR support, force the use of lib. dolib |
|
|
| 39 | # # and friends from portage 2.0.50 wont be too happy otherwise. |
|
|
| 40 | # CONF_LIBDIR="lib" |
|
|
| 41 | #fi |
132 | fi |
| 42 | elif [ -n "$(get_abi_LIBDIR)" ]; then # Using eradicator's LIBDIR_<abi> approach... |
|
|
| 43 | CONF_LIBDIR="$(get_abi_LIBDIR)" |
|
|
| 44 | elif [ "${LIBDIR_TEST/CONF_LIBDIR}" == "${LIBDIR_TEST}" ]; then # we don't have CONF_LIBDIR support |
|
|
| 45 | # will be <portage-2.0.51_pre20 |
|
|
| 46 | CONF_LIBDIR="lib" |
|
|
| 47 | fi |
|
|
| 48 | # and of course, default to lib if CONF_LIBDIR isnt set |
|
|
| 49 | echo ${CONF_LIBDIR:=lib} |
|
|
| 50 | unset LIBDIR_TEST |
|
|
| 51 | } |
133 | } |
| 52 | |
134 | |
| 53 | get_multilibdir() { |
135 | get_multilibdir() { |
| 54 | if [ -n "$(get_abi_LIBDIR)" ]; then |
136 | if has_multilib_profile; then |
| 55 | 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" |
137 | 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" |
| 56 | exit 1 |
138 | exit 1 |
| 57 | fi |
139 | fi |
| 58 | echo ${CONF_MULTILIBDIR:=lib32} |
140 | echo ${CONF_MULTILIBDIR:=lib32} |
| 59 | } |
141 | } |
| … | |
… | |
| 68 | # |
150 | # |
| 69 | # get_libdir_override lib64 |
151 | # get_libdir_override lib64 |
| 70 | # |
152 | # |
| 71 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
153 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
| 72 | get_libdir_override() { |
154 | get_libdir_override() { |
| 73 | if [ -n "$(get_abi_LIBDIR)" ]; then |
155 | if has_multilib_profile; then |
| 74 | 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" |
156 | 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" |
| 75 | exit 1 |
157 | exit 1 |
| 76 | fi |
158 | fi |
| 77 | CONF_LIBDIR="$1" |
159 | CONF_LIBDIR="$1" |
| 78 | CONF_LIBDIR_OVERRIDE="$1" |
160 | CONF_LIBDIR_OVERRIDE="$1" |
|
|
161 | LIBDIR_default="$1" |
| 79 | } |
162 | } |
| 80 | |
163 | |
| 81 | # get_abi_var <VAR> [<ABI>] |
164 | # get_abi_var <VAR> [<ABI>] |
| 82 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
165 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
| 83 | # |
166 | # |
| … | |
… | |
| 91 | # If <ABI> is not specified and ${ABI} is not defined, ${DEFAULT_ABI} is used. |
174 | # If <ABI> is not specified and ${ABI} is not defined, ${DEFAULT_ABI} is used. |
| 92 | # If <ABI> is not specified and ${ABI} and ${DEFAULT_ABI} are not defined, we return an empty string. |
175 | # If <ABI> is not specified and ${ABI} and ${DEFAULT_ABI} are not defined, we return an empty string. |
| 93 | # |
176 | # |
| 94 | # Jeremy Huddleston <eradicator@gentoo.org> |
177 | # Jeremy Huddleston <eradicator@gentoo.org> |
| 95 | get_abi_var() { |
178 | get_abi_var() { |
| 96 | local flag=${1} |
179 | local flag=$1 |
| 97 | local abi |
180 | local abi |
| 98 | if [ $# -gt 1 ]; then |
181 | if [ $# -gt 1 ]; then |
| 99 | abi=${2} |
182 | abi=${2} |
| 100 | elif [ -n "${ABI}" ]; then |
183 | elif [ -n "${ABI}" ]; then |
| 101 | abi=${ABI} |
184 | abi=${ABI} |
| 102 | elif [ -n "${DEFAULT_ABI}" ]; then |
185 | elif [ -n "${DEFAULT_ABI}" ]; then |
| 103 | abi=${DEFAULT_ABI} |
186 | abi=${DEFAULT_ABI} |
| 104 | else |
187 | else |
| 105 | return 1 |
188 | abi="default" |
| 106 | fi |
189 | fi |
| 107 | |
190 | |
| 108 | local var="${flag}_${abi}" |
191 | local var="${flag}_${abi}" |
| 109 | echo ${!var} |
192 | echo ${!var} |
| 110 | } |
193 | } |
| 111 | |
194 | |
| 112 | get_abi_CFLAGS() { get_abi_var CFLAGS ${@}; } |
195 | get_abi_CFLAGS() { get_abi_var CFLAGS "$@"; } |
| 113 | get_abi_CXXFLAGS() { get_abi_var CXXFLAGS ${@}; } |
|
|
| 114 | get_abi_ASFLAGS() { get_abi_var ASFLAGS ${@}; } |
196 | get_abi_ASFLAGS() { get_abi_var ASFLAGS "$@"; } |
|
|
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 "$@"; } |
|
|
200 | get_abi_CDEFINE() { get_abi_var CDEFINE "$@"; } |
| 115 | get_abi_LIBDIR() { get_abi_var LIBDIR ${@}; } |
201 | get_abi_LIBDIR() { get_abi_var LIBDIR "$@"; } |
| 116 | |
202 | |
|
|
203 | # Return a list of the ABIs we want to install for with |
|
|
204 | # the last one in the list being the default. |
|
|
205 | get_install_abis() { |
|
|
206 | local order="" |
|
|
207 | |
|
|
208 | if [[ -z ${MULTILIB_ABIS} ]] ; then |
|
|
209 | echo "default" |
|
|
210 | return 0 |
|
|
211 | fi |
|
|
212 | |
|
|
213 | if hasq multilib-pkg-force ${RESTRICT} || |
|
|
214 | { hasq multilib-pkg ${FEATURES} && hasq multilib-pkg ${RESTRICT}; }; then |
|
|
215 | for x in ${MULTILIB_ABIS} ; do |
|
|
216 | if [[ ${x} != "${DEFAULT_ABI}" ]] ; then |
|
|
217 | hasq ${x} ${ABI_DENY} || ordera="${ordera} ${x}" |
|
|
218 | fi |
|
|
219 | done |
|
|
220 | hasq ${DEFAULT_ABI} ${ABI_DENY} || order="${ordera} ${DEFAULT_ABI}" |
|
|
221 | |
|
|
222 | if [[ -n ${ABI_ALLOW} ]] ; then |
|
|
223 | local ordera="" |
|
|
224 | for x in ${order} ; do |
|
|
225 | if hasq ${x} ${ABI_ALLOW} ; then |
|
|
226 | ordera="${ordera} ${x}" |
|
|
227 | fi |
|
|
228 | done |
|
|
229 | order=${ordera} |
|
|
230 | fi |
|
|
231 | else |
|
|
232 | order=${DEFAULT_ABI} |
|
|
233 | fi |
|
|
234 | |
|
|
235 | if [[ -z ${order} ]] ; then |
|
|
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." |
|
|
237 | fi |
|
|
238 | |
|
|
239 | echo ${order} |
|
|
240 | return 0 |
|
|
241 | } |
|
|
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 | |
| 117 | # get_all_libdir() |
264 | # get_all_libdirs() |
| 118 | # Returns a list of all the libdirs used by this profile |
265 | # Returns a list of all the libdirs used by this profile. This includes |
|
|
266 | # those that might not be touched by the current ebuild. |
| 119 | get_all_libdirs() { |
267 | get_all_libdirs() { |
|
|
268 | local libdirs="lib" |
|
|
269 | local abi |
| 120 | local libdirs |
270 | local dir |
| 121 | if [ -n "${MULTILIB_ABIS}" ]; then |
271 | |
|
|
272 | # Remove when amd64's 2004.3 is purged. |
|
|
273 | if [[ -n "${CONF_LIBDIR}" ]]; then |
|
|
274 | for dir in ${CONF_LIBDIR} ${CONF_MULTILIBDIR:-lib32}; do |
|
|
275 | [ "${dir}" != "lib" ] && libdirs="${libdirs} ${dir}" |
|
|
276 | done |
|
|
277 | else |
| 122 | for abi in ${MULTILIB_ABIS}; do |
278 | for abi in ${MULTILIB_ABIS}; do |
| 123 | libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
279 | [ "$(get_abi_LIBDIR ${abi})" != "lib" ] && libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
| 124 | done |
280 | done |
| 125 | libdirs="${libdirs:1}" |
281 | fi |
| 126 | elif [ -n "${CONF_LIBDIR}" ]; then |
282 | |
| 127 | libdirs="${CONF_LIBDIR} ${CONF_MULTILIBDIR:=lib32}" |
283 | echo "${libdirs}" |
|
|
284 | } |
|
|
285 | |
|
|
286 | # Return true if ${ABI} is the last ABI on our list (or if we're not |
|
|
287 | # using the new multilib configuration. This can be used to determine |
|
|
288 | # if we're in the last (or only) run through src_{unpack,compile,install} |
|
|
289 | is_final_abi() { |
|
|
290 | has_multilib_profile || return 0 |
|
|
291 | local ALL_ABIS=$(get_install_abis) |
|
|
292 | local LAST_ABI=${ALL_ABIS/* /} |
|
|
293 | [[ ${LAST_ABI} == ${ABI} ]] |
|
|
294 | } |
|
|
295 | |
|
|
296 | # echo the number of ABIs we will be installing for |
|
|
297 | number_abis() { |
|
|
298 | get_install_abis | wc -w |
|
|
299 | } |
|
|
300 | |
|
|
301 | # get_ml_incdir [<include dir> [<ABI>]] |
|
|
302 | # include dir defaults to /usr/include |
|
|
303 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
|
|
304 | get_ml_incdir() { |
|
|
305 | local dir=/usr/include |
|
|
306 | |
|
|
307 | if [[ $# -gt 0 ]]; then |
|
|
308 | incdir=$1 |
|
|
309 | shift |
|
|
310 | fi |
|
|
311 | |
|
|
312 | if [[ -z "${MULTILIB_ABIS}" ]]; then |
|
|
313 | echo ${incdir} |
|
|
314 | return 0 |
|
|
315 | fi |
|
|
316 | |
|
|
317 | local abi=${ABI-${DEFAULT_ABI}} |
|
|
318 | if [[ $# -gt 0 ]]; then |
|
|
319 | abi=$1 |
|
|
320 | shift |
|
|
321 | fi |
|
|
322 | |
|
|
323 | if [[ -d "${dir}/gentoo-multilib/${abi}" ]]; then |
|
|
324 | echo ${dir}/gentoo-multilib/${abi} |
| 128 | else |
325 | else |
| 129 | libdirs="lib" |
326 | echo ${dir} |
|
|
327 | fi |
|
|
328 | } |
|
|
329 | |
|
|
330 | # prep_ml_includes: |
|
|
331 | # |
|
|
332 | # Some includes (include/asm, glibc, etc) are ABI dependent. In this case, |
|
|
333 | # We can install them in different locations for each ABI and create a common |
|
|
334 | # header which includes the right one based on CDEFINE_${ABI}. If your |
|
|
335 | # package installs ABI-specific headers, just add 'prep_ml_includes' to the |
|
|
336 | # end of your src_install(). It takes a list of directories that include |
|
|
337 | # files are installed in (default is /usr/include if none are passed). |
|
|
338 | # |
|
|
339 | # Example: |
|
|
340 | # src_install() { |
|
|
341 | # ... |
|
|
342 | # prep_ml_includes /usr/qt/3/include |
|
|
343 | # } |
|
|
344 | |
|
|
345 | prep_ml_includes() { |
|
|
346 | if [[ $(number_abis) -gt 1 ]] ; then |
|
|
347 | local dir |
|
|
348 | local dirs |
|
|
349 | local base |
|
|
350 | |
|
|
351 | if [[ $# -eq 0 ]] ; then |
|
|
352 | dirs=/usr/include |
|
|
353 | else |
|
|
354 | dirs="$@" |
| 130 | fi |
355 | fi |
| 131 | |
356 | |
|
|
357 | for dir in ${dirs} ; do |
|
|
358 | base=${T}/gentoo-multilib/${dir}/gentoo-multilib |
|
|
359 | mkdir -p "${base}" |
|
|
360 | [[ -d ${base}/${ABI} ]] && rm -rf "${base}/${ABI}" |
|
|
361 | mv "${D}/${dir}" "${base}/${ABI}" |
|
|
362 | done |
|
|
363 | |
|
|
364 | if is_final_abi; then |
|
|
365 | base=${T}/gentoo-multilib |
|
|
366 | pushd "${base}" |
|
|
367 | find . | tar -c -T - -f - | tar -x --no-same-owner -f - -C ${D} |
|
|
368 | popd |
|
|
369 | |
|
|
370 | # This 'set' stuff is required by mips profiles to properly pass |
|
|
371 | # CDEFINE's (which have spaces) to sub-functions |
|
|
372 | set -- |
|
|
373 | for dir in ${dirs} ; do |
|
|
374 | set -- "$@" "${dir}" |
|
|
375 | local abi |
|
|
376 | for abi in $(get_install_abis); do |
|
|
377 | set -- "$@" "$(get_abi_CDEFINE ${abi}):${dir}/gentoo-multilib/${abi}" |
|
|
378 | done |
|
|
379 | create_ml_includes "$@" |
|
|
380 | done |
|
|
381 | fi |
|
|
382 | fi |
|
|
383 | } |
|
|
384 | |
|
|
385 | # If you need more control than prep_ml_includes can offer (like linux-headers |
|
|
386 | # for the asm-* dirs, then use create_ml_includes. The firs argument is the |
|
|
387 | # common dir. The remaining args are of the form <symbol>:<dir> where |
|
|
388 | # <symbol> is what is put in the #ifdef for choosing that dir. |
|
|
389 | # |
|
|
390 | # Ideas for this code came from debian's sparc-linux headers package. |
|
|
391 | # |
|
|
392 | # Example: |
|
|
393 | # create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64 |
|
|
394 | # create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64 |
|
|
395 | # |
|
|
396 | # Warning: Be careful with the ordering here. The default ABI has to be the |
|
|
397 | # last, because it is always defined (by GCC) |
|
|
398 | create_ml_includes() { |
|
|
399 | local dest=$1 |
|
|
400 | shift |
|
|
401 | local basedirs=$(create_ml_includes-listdirs "$@") |
|
|
402 | |
|
|
403 | create_ml_includes-makedestdirs ${dest} ${basedirs} |
|
|
404 | |
|
|
405 | local file |
|
|
406 | for file in $(create_ml_includes-allfiles ${basedirs}) ; do |
|
|
407 | #local name=$(echo ${file} | tr '[:lower:]' '[:upper:]' | sed 's:[^[:upper:]]:_:g') |
|
|
408 | ( |
|
|
409 | echo "/* Autogenerated by create_ml_includes() in multilib.eclass */" |
|
|
410 | |
|
|
411 | local dir |
|
|
412 | for dir in ${basedirs}; do |
|
|
413 | if [[ -f ${D}/${dir}/${file} ]] ; then |
|
|
414 | echo "" |
|
|
415 | local sym=$(create_ml_includes-sym_for_dir ${dir} "$@") |
|
|
416 | if [[ ${sym/=} != "${sym}" ]] ; then |
|
|
417 | echo "#if ${sym}" |
|
|
418 | elif [[ ${sym::1} == "!" ]] ; then |
|
|
419 | echo "#ifndef ${sym:1}" |
|
|
420 | else |
|
|
421 | echo "#ifdef ${sym}" |
|
|
422 | fi |
|
|
423 | echo "# include <$(create_ml_includes-absolute ${dir}/${file})>" |
|
|
424 | echo "#endif /* ${sym} */" |
|
|
425 | fi |
|
|
426 | done |
|
|
427 | |
|
|
428 | #echo "#endif /* __CREATE_ML_INCLUDES_STUB_${name}__ */" |
|
|
429 | ) > "${D}/${dest}/${file}" |
|
|
430 | done |
|
|
431 | } |
|
|
432 | |
|
|
433 | # Helper function for create_ml_includes |
|
|
434 | create_ml_includes-absolute() { |
|
|
435 | local dst="$(create_ml_includes-tidy_path $1)" |
|
|
436 | |
|
|
437 | dst=(${dst//\// }) |
|
|
438 | |
|
|
439 | local i |
|
|
440 | for ((i=0; i<${#dst[*]}; i++)); do |
|
|
441 | [ "${dst[i]}" == "include" ] && break |
|
|
442 | done |
|
|
443 | |
|
|
444 | local strip_upto=$i |
|
|
445 | |
|
|
446 | for ((i=strip_upto+1; i<${#dst[*]}-1; i++)); do |
|
|
447 | echo -n ${dst[i]}/ |
|
|
448 | done |
|
|
449 | |
|
|
450 | echo -n ${dst[i]} |
|
|
451 | } |
|
|
452 | |
|
|
453 | # Helper function for create_ml_includes |
|
|
454 | create_ml_includes-tidy_path() { |
|
|
455 | local removed=$1 |
|
|
456 | |
|
|
457 | if [ -n "${removed}" ]; then |
|
|
458 | # Remove multiple slashes |
|
|
459 | while [ "${removed}" != "${removed/\/\//\/}" ]; do |
|
|
460 | removed=${removed/\/\//\/} |
|
|
461 | done |
|
|
462 | |
|
|
463 | # Remove . directories |
|
|
464 | while [ "${removed}" != "${removed//\/.\//\/}" ]; do |
|
|
465 | removed=${removed//\/.\//\/} |
|
|
466 | done |
|
|
467 | [ "${removed##*/}" = "." ] && removed=${removed%/*} |
|
|
468 | |
|
|
469 | # Removed .. directories |
|
|
470 | while [ "${removed}" != "${removed//\/..\/}" ]; do |
|
|
471 | local p1="${removed%%\/..\/*}" |
|
|
472 | local p2="${removed#*\/..\/}" |
|
|
473 | |
|
|
474 | removed="${p1%\/*}/${p2}" |
|
|
475 | done |
|
|
476 | |
|
|
477 | # Remove trailing .. |
|
|
478 | [ "${removed##*/}" = ".." ] && removed=${removed%/*/*} |
|
|
479 | |
|
|
480 | # Remove trailing / |
|
|
481 | [ "${removed##*/}" = "" ] && removed=${removed%/*} |
|
|
482 | |
|
|
483 | echo ${removed} |
|
|
484 | fi |
|
|
485 | } |
|
|
486 | |
|
|
487 | # Helper function for create_ml_includes |
|
|
488 | create_ml_includes-listdirs() { |
|
|
489 | local dirs |
|
|
490 | local data |
|
|
491 | for data in "$@"; do |
|
|
492 | dirs="${dirs} ${data/*:/}" |
|
|
493 | done |
| 132 | echo "${libdirs}" |
494 | echo ${dirs:1} |
| 133 | } |
495 | } |
|
|
496 | |
|
|
497 | # Helper function for create_ml_includes |
|
|
498 | create_ml_includes-makedestdirs() { |
|
|
499 | local dest=$1 |
|
|
500 | shift |
|
|
501 | local basedirs=$@ |
|
|
502 | |
|
|
503 | dodir ${dest} |
|
|
504 | |
|
|
505 | local basedir |
|
|
506 | for basedir in ${basedirs}; do |
|
|
507 | local dir |
|
|
508 | for dir in $(find ${D}/${basedir} -type d); do |
|
|
509 | dodir ${dest}/${dir/${D}\/${basedir}/} |
|
|
510 | done |
|
|
511 | done |
|
|
512 | } |
|
|
513 | |
|
|
514 | # Helper function for create_ml_includes |
|
|
515 | create_ml_includes-allfiles() { |
|
|
516 | local basedir file |
|
|
517 | for basedir in "$@" ; do |
|
|
518 | for file in $(find "${D}"/${basedir} -type f); do |
|
|
519 | echo ${file/${D}\/${basedir}\//} |
|
|
520 | done |
|
|
521 | done | sort | uniq |
|
|
522 | } |
|
|
523 | |
|
|
524 | # Helper function for create_ml_includes |
|
|
525 | create_ml_includes-sym_for_dir() { |
|
|
526 | local dir=$1 |
|
|
527 | shift |
|
|
528 | local data |
|
|
529 | for data in "$@"; do |
|
|
530 | if [[ ${data} == *:${dir} ]] ; then |
|
|
531 | echo ${data/:*/} |
|
|
532 | return 0 |
|
|
533 | fi |
|
|
534 | done |
|
|
535 | echo "Shouldn't be here -- create_ml_includes-sym_for_dir $1 $@" |
|
|
536 | # exit because we'll likely be called from a subshell |
|
|
537 | exit 1 |
|
|
538 | } |
|
|
539 | |
|
|
540 | get_libname() { |
|
|
541 | local libname |
|
|
542 | local ver=$1 |
|
|
543 | case ${CHOST} in |
|
|
544 | *-darwin*) libname="dylib";; |
|
|
545 | *) libname="so";; |
|
|
546 | esac |
|
|
547 | |
|
|
548 | if [[ -z $@ ]] ; then |
|
|
549 | echo ".${libname}" |
|
|
550 | else |
|
|
551 | for ver in "$@" ; do |
|
|
552 | case ${CHOST} in |
|
|
553 | *-darwin*) echo ".${ver}.${libname}";; |
|
|
554 | *) echo ".${libname}.${ver}";; |
|
|
555 | esac |
|
|
556 | done |
|
|
557 | fi |
|
|
558 | } |
|
|
559 | |
|
|
560 | # This is for the toolchain to setup profile variables when pulling in |
|
|
561 | # a crosscompiler (and thus they aren't set in the profile) |
|
|
562 | multilib_env() { |
|
|
563 | local CTARGET=${1:-${CTARGET}} |
|
|
564 | |
|
|
565 | case ${CTARGET} in |
|
|
566 | x86_64*) |
|
|
567 | export CFLAGS_x86=${CFLAGS_x86--m32} |
|
|
568 | export CHOST_x86=${CTARGET/x86_64/i686} |
|
|
569 | export CTARGET_x86=${CHOST_x86} |
|
|
570 | export CDEFINE_x86="__i386__" |
|
|
571 | export LIBDIR_x86="lib" |
|
|
572 | |
|
|
573 | export CFLAGS_amd64=${CFLAGS_amd64--m64} |
|
|
574 | export CHOST_amd64=${CTARGET} |
|
|
575 | export CTARGET_amd64=${CTARGET_amd64} |
|
|
576 | export CDEFINE_amd64="__x86_64__" |
|
|
577 | export LIBDIR_amd64="lib64" |
|
|
578 | |
|
|
579 | export MULTILIB_ABIS="amd64 x86" |
|
|
580 | export DEFAULT_ABI="amd64" |
|
|
581 | ;; |
|
|
582 | mips64*) |
|
|
583 | export CFLAGS_o32=${CFLAGS_o32--mabi=32} |
|
|
584 | export CHOST_o32=${CTARGET/mips64/mips} |
|
|
585 | export CTARGET_o32=${CHOST_o32} |
|
|
586 | export CDEFINE_o32="_MIPS_SIM == _ABIO32" |
|
|
587 | export LIBDIR_o32="lib" |
|
|
588 | |
|
|
589 | export CFLAGS_n32=${CFLAGS_n32--mabi=n32} |
|
|
590 | export CHOST_n32=${CTARGET} |
|
|
591 | export CTARGET_n32=${CHOST_n32} |
|
|
592 | export CDEFINE_n32="_MIPS_SIM == _ABIN32" |
|
|
593 | export LIBDIR_n32="lib32" |
|
|
594 | |
|
|
595 | export CFLAGS_n64=${CFLAGS_n64--mabi=64} |
|
|
596 | export CHOST_n64=${CTARGET} |
|
|
597 | export CTARGET_n64=${CHOST_n64} |
|
|
598 | export CDEFINE_n64="_MIPS_SIM == _ABI64" |
|
|
599 | export LIBDIR_n64="lib64" |
|
|
600 | |
|
|
601 | export MULTILIB_ABIS="n64 n32 o32" |
|
|
602 | export DEFAULT_ABI="n32" |
|
|
603 | ;; |
|
|
604 | powerpc64*) |
|
|
605 | export CFLAGS_ppc=${CFLAGS_ppc--m32} |
|
|
606 | export CHOST_ppc=${CTARGET/powerpc64/powerpc} |
|
|
607 | export CTARGET_ppc=${CHOST_ppc} |
|
|
608 | export CDEFINE_ppc="!__powerpc64__" |
|
|
609 | export LIBDIR_ppc="lib" |
|
|
610 | |
|
|
611 | export CFLAGS_ppc64=${CFLAGS_ppc64--m64} |
|
|
612 | export CHOST_ppc64=${CTARGET} |
|
|
613 | export CTARGET_ppc64=${CHOST_ppc64} |
|
|
614 | export CDEFINE_ppc64="__powerpc64__" |
|
|
615 | export LIBDIR_ppc64="lib64" |
|
|
616 | |
|
|
617 | export MULTILIB_ABIS="ppc64 ppc" |
|
|
618 | export DEFAULT_ABI="ppc64" |
|
|
619 | ;; |
|
|
620 | s390x*) |
|
|
621 | export CFLAGS_s390=${CFLAGS_s390--m31} # the 31 is not a typo |
|
|
622 | export CHOST_s390=${CTARGET/s390x/s390} |
|
|
623 | export CTARGET_s390=${CHOST_s390} |
|
|
624 | export CDEFINE_s390="!__s390x__" |
|
|
625 | export LIBDIR_s390="lib" |
|
|
626 | |
|
|
627 | export CFLAGS_s390x=${CFLAGS_s390x--m64} |
|
|
628 | export CHOST_s390x=${CTARGET} |
|
|
629 | export CTARGET_s390x=${CHOST_s390x} |
|
|
630 | export CDEFINE_s390x="__s390x__" |
|
|
631 | export LIBDIR_s390x="lib64" |
|
|
632 | |
|
|
633 | export MULTILIB_ABIS="s390x s390" |
|
|
634 | export DEFAULT_ABI="s390x" |
|
|
635 | ;; |
|
|
636 | sparc64*) |
|
|
637 | export CFLAGS_sparc32=${CFLAGS_sparc32--m32} |
|
|
638 | export CHOST_sparc32=${CTARGET/sparc64/sparc} |
|
|
639 | export CTARGET_sparc32=${CHOST_sparc32} |
|
|
640 | export CDEFINE_sparc32="!__arch64__" |
|
|
641 | export LIBDIR_sparc32="lib" |
|
|
642 | |
|
|
643 | export CFLAGS_sparc64=${CFLAGS_sparc64--m64} |
|
|
644 | export CHOST_sparc64=${CTARGET} |
|
|
645 | export CTARGET_sparc64=${CHOST_sparc64} |
|
|
646 | export CDEFINE_sparc64="__arch64__" |
|
|
647 | export LIBDIR_sparc64="lib64" |
|
|
648 | |
|
|
649 | export MULTILIB_ABIS="sparc64 sparc32" |
|
|
650 | export DEFAULT_ABI="sparc64" |
|
|
651 | ;; |
|
|
652 | *) |
|
|
653 | export MULTILIB_ABIS="default" |
|
|
654 | export DEFAULT_ABI="default" |
|
|
655 | ;; |
|
|
656 | esac |
|
|
657 | } |
|
|
658 | |
|
|
659 | # This is for the single package in the tree whose maintainer believes it is so important to |
|
|
660 | # provide a compiled-from-source version before portage is able to support it (app-emul/wine) |
|
|
661 | multilib_toolchain_setup() { |
|
|
662 | export ABI=$1 |
|
|
663 | |
|
|
664 | # Binutils doesn't have wrappers for ld and as (yet). Eventually it |
|
|
665 | # will, and all this can just be handled with CHOST. |
|
|
666 | export LD="ld $(get_abi_LDFLAGS)" |
|
|
667 | export AS="as $(get_abi_ASFLAGS)" |
|
|
668 | |
|
|
669 | export CHOST=$(get_abi_CHOST) |
|
|
670 | export CBUILD=$(get_abi_CHOST) |
|
|
671 | } |