Home | History | Annotate | Download | only in dist

Lines Matching refs:OPT

54 		OPT=-Wl,-as-needed
58 if ( eval $LINKIT $OPT $NO_LTO "$@" >"$warned" 2>&1 )
66 LINKIT="$LINKIT $OPT $*"
75 OPT="$1"
77 case $OPT in
79 OPT=`echo "$OPT" | sed -e 's/^-k/-l/'`
80 echo "always use $OPT (cannot test if needed)"
81 LINKIT="$LINKIT $OPT"
84 echo "testing if $OPT is needed"
90 LINKIT="$LINKIT $OPT"
94 LINKIT="$LINKIT $OPT"