Home | History | Annotate | Download | only in buildaux

Lines Matching refs:pic_flag

989 	command="$base_compile $qsrcfile $pic_flag"
1074 command="$base_compile $qsrcfile $pic_flag"
1237 if test -z "$pic_flag" && test -n "$link_static_flag"; then
1243 if test -z "$pic_flag" && test -n "$link_static_flag"; then
4087 test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4455 if test -n "$pic_flag" || test "$pic_mode" != default; then
4827 # compiling the symbol table file with pic_flag works around
4830 # pic_flag when linking with -static. The problem exists in
4835 *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;
4840 *) pic_flag_for_symtable=" $pic_flag";;