Searched refs:_cflags (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dcflags.SH67 cat >_cflags.c <<__EOT__
202 *) rm -f _cflags$_exe
208 cmd="$cc $flags _cflags.c -o _cflags$_exe"
217 *) if test -x _cflags$_exe
274 rm -f _cflags.c _cflags$_exe
483 *) eval 'eval ${'"${file}_cflags"'-""}' ;;
/openbsd-current/gnu/llvm/llvm/utils/
H A Dcollect_and_build_with_pgo.py66 _cflags = ['CMAKE_C_FLAGS', 'CMAKE_CXX_FLAGS'] variable in class:CmakeInvocation
78 for flag in CmakeInvocation._cflags + CmakeInvocation._ldflags:
102 for f in CmakeInvocation._cflags:

Completed in 178 milliseconds