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

(-)scripts/trylink-org (-1 / +1 lines)
Lines 117-123 Link Here
117
# First link with all libs. If it fails, bail out
117
# First link with all libs. If it fails, bail out
118
echo "Trying libraries: $LDLIBS"
118
echo "Trying libraries: $LDLIBS"
119
# "lib1 lib2 lib3" -> "-llib1 -llib2 -llib3"
119
# "lib1 lib2 lib3" -> "-llib1 -llib2 -llib3"
120
l_list=`echo "$LDLIBS" | sed -e 's/ / -l/g' -e 's/^/-l/' -e 's/^-l$//'`
120
l_list=`echo "$LDLIBS" | sed -e 's/ -/ /g' -e 's/ / -l/g' -e 's/^/-l/' -e 's/^-l$//'`
121
test "x$l_list" != "x" && l_list="$START_GROUP $l_list $END_GROUP"
121
test "x$l_list" != "x" && l_list="$START_GROUP $l_list $END_GROUP"
122
try $CC $CFLAGS $LDFLAGS \
122
try $CC $CFLAGS $LDFLAGS \
123
	-o $EXE \
123
	-o $EXE \

Return to bug 472728