Lines Matching refs:pic_flag
324 $show "$base_compile$pic_flag -DPIC $srcfile"
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
331 # If we have no pic_flag, then copy the object into place and finish.
332 if test -z "$pic_flag"; then
529 # If we have no pic_flag, then this is the same as -all-static.
530 if test -z "$pic_flag" && test -n "$link_static_flag"; then
755 if test -n "$pic_flag" && test -z "$old_library"; then
1027 test -z "$pic_flag" && libobjs=`$echo "X$libobjs " | $Xsed -e 's/\.lo /.o /g' -e 's/ $//g'`
1127 if test -n "$pic_flag"; then