HomeSort by relevance Sort by last modified time
    Searched refs:cxxflags (Results 1 - 7 of 7) sorted by null

  /external/icu4c/samples/
defs.mk 12 CXXFLAGS=$(shell icu-config --cxxflags)
  /external/icu4c/config/
test-icu-config.sh 18 icu-config --cxxflags
icu-config-bottom 33 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
34 echo " --cxxflags-dynamic Print additional C++ flags for"
80 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
228 --cxxflags)
229 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
245 --cxxflags-dynamic)
  /external/webkit/Tools/wx/build/
wxpresets.py 70 cxxflags = []
  /external/stlport/
configure 44 --with-extra-cxxflags=<options>
99 \$CXXFLAGS pass extra options to C++ compiler
182 --with-extra-cxxflags=*)
307 if [ -n "${CXXFLAGS}" ]; then
309 write_option "${CXXFLAGS}" EXTRA_CXXFLAGS
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"
  /external/llvm/utils/
NewNightlyTest.pl 72 # -test-cxxflags Next argument specifies that C++ compilation options that
92 # -cxxflags Next argument specifies that C++ compilation options that
211 if (/^-cxxflags/) { $MAKEOPTS = "$MAKEOPTS CXX.Flags=\'$ARGV[0]\'";
217 if (/^-test-cxxflags/) { $TESTFLAGS = "$TESTFLAGS CXXFLAGS=\'$ARGV[0]\'";
  /external/llvm/tools/llvm-config/
llvm-config.in.in 44 my $CXXFLAGS = q{@LLVM_CXXFLAGS@};
113 } elsif ($arg eq "--cxxflags") {
114 $has_opt = 1; print "$INCLUDEOPTION $CXXFLAGS\n";
174 llvm-config --cxxflags
188 --cxxflags C++ compiler flags for files that include LLVM headers.

Completed in 595 milliseconds