Home | History | Annotate | Download | only in scripts

Lines Matching refs:output

28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
265 # Do the output in the correct order so that these can be used in-line of
267 output=""
268 test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags"
269 test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags"
270 test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags"
271 test "$echo_libs" = "yes" && output="$output $gtest_libs"
272 echo $output