Home | History | Annotate | Download | only in aux

Lines Matching refs:base_compile

283     base_compile=
308 # Add the previous argument to base_compile.
309 if test -z "$base_compile"; then
310 base_compile="$lastarg"
312 base_compile="$base_compile $lastarg"
368 # Add the arguments to base_compile.
369 if test -z "$base_compile"; then
370 base_compile="$lastarg"
372 base_compile="$base_compile $lastarg"
412 # Add the previous argument to base_compile.
413 if test -z "$base_compile"; then
414 base_compile="$lastarg"
416 base_compile="$base_compile $lastarg"
459 if test -z "$base_compile"; then
530 # Without this assignment, base_compile gets emptied.
531 fbsd_hideous_sh_bug=$base_compile
535 command="$base_compile $srcfile $pic_flag -DPIC"
538 command="$base_compile $srcfile"
657 command="$base_compile $srcfile"
660 command="$base_compile $srcfile $pic_flag -DPIC"