Home | History | Annotate | Download | only in buildaux

Lines Matching refs:FLAG

14 #	to that flag for NB_CHECK_CC_FLAG() to use.
23 # NB_CHECK_CC_FLAG(FLAG, [VAR=FLAG_DERIVED])
24 # Determine if the C compiler supports FLAG,
25 # and sets output variable VAR to FLAG if FLAG is supported.
28 # FLAG converted to upper-case and all special characters
31 # E.g., if FLAG is "-Wexample=yes", FLAG_DERIVED is "CC_WEXAMPLE_YES".
36 # gcc Check for -WFLAG if FLAG is -Wno-FLAG, to work around
37 # gcc silently ignoring unknown -Wno-FLAG.
41 m4_ifblank([$1], [m4_fatal([Usage: $0(FLAG,[VAR=FLAG_DERIVED])])])dnl