Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh59 local target build_dir cflags version options
62 cflags=$(jq -r '.cflags | join(" ")' <<<"$1")
73 CFLAGS="$cflags" \
74 CXXFLAGS="$cflags" \
/openthread-latest/third_party/mbedtls/repo/scripts/
Decp_comb_table.py152 def run_c_source(src, cflags): argument
165 *cflags,
Dcode_size_compare.py226 cflags = [] #type: typing.List[str]
229 cflags.append(self.opt_level)
233 cflags.append('-mcpu=cortex-m33')
236 cflags.append('--target=arm-arm-none-eabi')
238 return ' '.join(cflags)
/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn7 …command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…
16 …command = "g++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source…
/openthread-latest/third_party/mbedtls/
DBUILD.gn44 cflags = [
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh5236 shift; local cflags="-Werror -Wall -Wextra $1";;
5244 cflags="${cflags:-}"
5250 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
5252 make CFLAGS="-O2 $cflags" LDFLAGS="$ldflags"
5263 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
5266 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog97 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)