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

  /external/chromium_org/third_party/icu/source/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."
231 --cxxflags)
232 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
248 --cxxflags-dynamic)
  /external/chromium_org/third_party/icu/source/samples/
defs.mk 12 CXXFLAGS=$(shell icu-config --cxxflags)
  /external/icu/icu4c/source/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."
231 --cxxflags)
232 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
248 --cxxflags-dynamic)
icu-config 210 CXXFLAGS="-O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long ${THREADSCXXFLAGS} "
229 SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -shared"
380 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
381 echo " --cxxflags-dynamic Print additional C++ flags for"
427 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
575 --cxxflags)
576 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
592 --cxxflags-dynamic)
  /external/icu/icu4c/source/samples/
defs.mk 12 CXXFLAGS=$(shell icu-config --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/chromium_org/third_party/mesa/src/scons/
gallium.py 135 if os.environ.has_key('CXXFLAGS'):
136 env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
309 cxxflags = [] # C++
436 env.Append(CXXFLAGS = cxxflags)
  /external/mesa3d/scons/
gallium.py 135 if os.environ.has_key('CXXFLAGS'):
136 env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
309 cxxflags = [] # C++
436 env.Append(CXXFLAGS = cxxflags)
  /ndk/build/tools/
common-build-host-funcs.sh 688 --cxxflags="$HOST_CXXFLAGS" \
784 CXXFLAGS=
789 CXXFLAGS=$CFLAGS
793 CXXFLAGS=$CFLAGS
796 export CFLAGS CXXFLAGS LDFLAGS
build-host-gcc.sh 862 --cxxflags="$HOST_CXXFLAGS" \
    [all...]

Completed in 305 milliseconds