HomeSort by relevance Sort by last modified time
    Searched refs:cxxflags (Results 1 - 9 of 9) 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/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)

Completed in 187 milliseconds