Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/
Dtrylink135 l_list=`echo " $LDLIBS $CONFIG_EXTRA_LDLIBS " | sed -e 's: \([^- ][^ ]*\): -l\1:g' -e 's/^ *//'`
136 test x"$l_list" != x"" && l_list="$START_GROUP $l_list $END_GROUP"
143 $l_list \
145 echo "Failed: $l_list"
161l_list=`echo " $without_one $CONFIG_EXTRA_LDLIBS " | sed -e 's: \([^- ][^ ]*\): -l\1:g' -e 's/^ */…
162 test x"$l_list" != x"" && l_list="$START_GROUP $l_list $END_GROUP"
163 $debug && echo "Trying -l options: '$l_list'"
170 $l_list
189 l_list=`echo " $LDLIBS $CONFIG_EXTRA_LDLIBS " | sed -e 's: \([^- ][^ ]*\): -l\1:g' -e 's/^ *//'`
190 test x"$l_list" != x"" && l_list="$START_GROUP $l_list $END_GROUP"
[all …]