Searched refs:check_cflags (Results 1 – 2 of 2) sorted by relevance
620 check_cflags -Wundef && add_cflags_only -Wundef621 check_cflags -Wframe-larger-than=52000 && \628 check_cflags -Wshorten-64-to-32 && add_cflags_only -Wshorten-64-to-32
340 check_cflags() { function341 log check_cflags "$@"367 check_cflags "$@" && add_cflags_only "$@"405 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then422 if enabled gcc && ! disabled "$feature" && ! check_cflags $flags; then