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

  /ndk/build/tools/
common-build-host-funcs.sh 655 local TRY_CFLAGS
657 32) TRY_CFLAGS=-m32;;
658 64) TRY_CFLAGS=-m64;;
660 if ! _bh_check_compiler_bitness ${HOST_FULLPREFIX}gcc $BH_HOST_BITS $TRY_CFLAGS; then
663 HOST_CFLAGS=$HOST_CFLAGS" "$TRY_CFLAGS
664 HOST_CXXFLAGS=$HOST_CXXFLAGS" "$TRY_CFLAGS
build-host-gcc.sh 831 TRY_CFLAGS=
833 32) TRY_CFLAGS=-m32;;
834 64) TRY_CFLAGS=-m64;;
836 if ! check_compiler_bitness ${HOST_FULLPREFIX}gcc $HOST_BITS $TRY_CFLAGS; then
839 HOST_CFLAGS=$HOST_CFLAGS" "$TRY_CFLAGS
840 HOST_CXXFLAGS=$HOST_CXXFLAGS" "$TRY_CFLAGS
    [all...]

Completed in 2453 milliseconds