Home | History | Annotate | Download | only in dist2

Lines Matching refs:pic_flag

3504 	command="$base_compile $qsrcfile $pic_flag"
3558 command="$base_compile $qsrcfile $pic_flag"
4826 # compiling the symbol table file with pic_flag works around
4829 # pic_flag when linking with -static. The problem exists in
4832 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
4834 pic_flag_for_symtable=" $pic_flag" ;;
4836 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
6588 if test -z "$pic_flag" && test -n "$link_static_flag"; then
6594 if test -z "$pic_flag" && test -n "$link_static_flag"; then
9617 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
10172 if test -n "$pic_flag" || test default != "$pic_mode"; then