Home | History | Annotate | Download | only in make

Lines Matching refs:check_cflags

334 check_cflags() {
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
1296 # We can't use 'check_cflags' until the compiler is configured and CC is