Home
last modified time | relevance | path

Searched refs:check_cflags (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/
Dconfigure620 check_cflags -Wundef && add_cflags_only -Wundef
621 check_cflags -Wframe-larger-than=52000 && \
628 check_cflags -Wshorten-64-to-32 && add_cflags_only -Wshorten-64-to-32
/external/libvpx/libvpx/build/make/
Dconfigure.sh340 check_cflags() { function
341 log check_cflags "$@"
367 check_cflags "$@" && add_cflags_only "$@"
405 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
422 if enabled gcc && ! disabled "$feature" && ! check_cflags $flags; then