Searched refs:l_list (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/
H A Dtrylink18 l_list=`echo "$BBOX_LIB_LIST" | sed -e 's/ / -l/g' -e 's/^/-l/' -e 's/^-l$//'`
19 test "x$l_list" != "x" && l_list="-Wl,--start-group $l_list -Wl,--end-group"
20 try "$l_list" "$@" \
22 echo "Failed: $* -Wl,--start-group $l_list -Wl,--end-group"
34 l_list=`echo "$without_one" | sed -e 's/ / -l/g' -e 's/^/-l/' -e 's/^-l$//'`
35 test "x$l_list" != "x" && l_list="-Wl,--start-group $l_list
[all...]

Completed in 88 milliseconds