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

  /external/libvpx/libvpx/build/make/
configure.sh 334 check_cflags() { function
335 log check_cflags "$@"
361 check_cflags "$@" && add_cflags_only "$@"
399 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
416 if enabled gcc && ! disabled "$feature" && ! check_cflags $flags; then
    [all...]
  /external/libvpx/libvpx/
configure 610 check_cflags -Wundef && add_cflags_only -Wundef
616 check_cflags -Wshorten-64-to-32 && add_cflags_only -Wshorten-64-to-32

Completed in 62 milliseconds