Home
last modified time | relevance | path

Searched refs:ICECC_CARET_WORKAROUND (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/
H A Dicecc-env.sh33 if [ -z "$ICECC_CARET_WORKAROUND" ]; then
34 ICECC_CARET_WORKAROUND="0"
36 if [ "$ICECC_CARET_WORKAROUND" != "1" ]; then
40 export ICECC_PATH ICECC_CARET_WORKAROUND
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass39 ICECC_CARET_WORKAROUND ICECC_CFLAGS ICECC_ENV_VERSION \
63 export ICECC_CARET_WORKAROUND ??= "0"
209 if d.getVar('ICECC_CARET_WORKAROUND') == '0':