Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262042 | Differences between
and this patch

Collapse All | Expand All

(-)libtool.eclass (-1 / +9 lines)
Lines 15-20 Link Here
15
15
16
ELIBTOOL_VERSION="2.0.2"
16
ELIBTOOL_VERSION="2.0.2"
17
17
18
inherit toolchain-funcs
19
18
ELT_PATCH_DIR="${ECLASSDIR}/ELT-patches"
20
ELT_PATCH_DIR="${ECLASSDIR}/ELT-patches"
19
ELT_APPLIED_PATCHES=
21
ELT_APPLIED_PATCHES=
20
ELT_LTMAIN_SH=
22
ELT_LTMAIN_SH=
Lines 122-128 Link Here
122
	local do_uclibc="yes"
124
	local do_uclibc="yes"
123
	local deptoremove=
125
	local deptoremove=
124
	local my_dirlist=
126
	local my_dirlist=
125
	local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp"
127
	local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp cross"
126
	local start_dir=${PWD}
128
	local start_dir=${PWD}
127
129
128
	my_dirlist=$(ELT_find_ltmain_sh)
130
	my_dirlist=$(ELT_find_ltmain_sh)
Lines 265-270 Link Here
265
					ELT_walk_patches "${x}/install-sh" "${y}"
267
					ELT_walk_patches "${x}/install-sh" "${y}"
266
					ret=$?
268
					ret=$?
267
					;;
269
					;;
270
			        "cross")
271
				        if tc-is-cross-compiler; then
272
					    ELT_walk_patches "${x}/ltmain.sh" "${y}"
273
					    ret=$?
274
					fi
275
					;;
268
				*)
276
				*)
269
					ELT_walk_patches "${x}/ltmain.sh" "${y}"
277
					ELT_walk_patches "${x}/ltmain.sh" "${y}"
270
					ret=$?
278
					ret=$?

Return to bug 262042