Searched refs:CC_TARGET (Results 1 – 1 of 1) sorted by relevance
256 CC_TARGET=289 CC_TARGET=$($GCC -v 2>&1 | tr ' ' '\n' | grep -e --target=)290 CC_TARGET=${CC_TARGET##--target=}321 CC_TARGET=$($CLANG -v 2>&1 | grep Target:)322 CC_TARGET=${CC_TARGET##Target: }327 dump "Auto-detected target configuration: $CC_TARGET"328 case $CC_TARGET in354 … panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI."