Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291103
Collapse All | Expand All

(-)configure.sandbox.old (-1 / +1 lines)
Lines 12925-12931 Link Here
12925
}
12925
}
12926
LIBC_PATH=$(
12926
LIBC_PATH=$(
12927
if try_link -Wl,--verbose ; then
12927
if try_link -Wl,--verbose ; then
12928
	$AWK '/attempt to open/ { if (($4 ~ /\/libc\.so/) && ($5 == "succeeded")) LIBC = $4; }; END {print LIBC}' libctest.log
12928
	$AWK '/ttempt to open/ { if (($4 ~ /\/libc\.so/) && ($5 == "succeeded")) LIBC = $4; if (($5 ~ /\/libc\.so/) && ($6 == "succeeded")) LIBC = $5; }; END {print LIBC}' libctest.log
12929
elif try_link -Wl,-m ; then
12929
elif try_link -Wl,-m ; then
12930
	set -- `$EGREP -o '/[^ ]*/libc.so' libctest.log`
12930
	set -- `$EGREP -o '/[^ ]*/libc.so' libctest.log`
12931
	echo $1
12931
	echo $1

Return to bug 291103