Lines Matching refs:pic_flag
438 command="$base_compile $srcfile $pic_flag -DPIC"
508 # If we have no pic_flag, then copy the object into place and finish.
509 if test -z "$pic_flag" && test "$build_old_libs" = yes; then
871 if test -z "$pic_flag" && test -n "$link_static_flag"; then
1139 # If we have no pic_flag, then this is the same as -all-static.
1140 if test -z "$pic_flag" && test -n "$link_static_flag"; then
1456 if test -n "$pic_flag" && test -z "$old_library"; then
2077 test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
2315 if test -n "$pic_flag"; then
2621 # compiling the symbol table file with pic_flag works around
2624 # pic_flag when linking with -static. The problem exists in
2629 *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;
2634 *) pic_flag_for_symtable=" $pic_flag -DPIC";;