Home | History | Annotate | Download | only in aux

Lines Matching refs:pic_flag

535 	command="$base_compile $srcfile $pic_flag -DPIC"
609 # If we have no pic_flag, then copy the object into place and finish.
610 if (test -z "$pic_flag" || test "$pic_mode" != default) &&
660 command="$base_compile $srcfile $pic_flag -DPIC"
811 if test -z "$pic_flag" && test -n "$link_static_flag"; then
2887 test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
3142 if test -n "$pic_flag" || test "$pic_mode" != default; then
3459 # compiling the symbol table file with pic_flag works around
3462 # pic_flag when linking with -static. The problem exists in
3467 *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;
3472 *) pic_flag_for_symtable=" $pic_flag -DPIC";;