Home
last modified time | relevance | path

Searched refs:target_cc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/
H A Dconfigure1553 target_cc=$cc
1564 target_cc=
1570 compute_target_variable $target_arch target_cc gcc
1572 target_ccas=$target_cc
1583 if test -n "$target_cc"; then
1586 if $target_cc --version | grep -qi "clang"; then
1610 if do_compiler "$target_cc" $target_cflags -o $TMPO -c $TMPC &&
1611 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1617 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC -static ; then
1622 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC ; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb103 ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS} ${DEBUG_PREFIX_MAP}\""
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst87 compiler is present, return success and set variables ``$target_cc``,