Lines Matching refs:cross
103 echo "Invalid CC variable for cross compilation: $CC (clang not supported)" >&2
107 echo "===== cross-compile ${host} ${1}-tree build into $prefix ====="
172 cross cross-compile build (requires set compiler via -c switch)
179 test run only 'make test' (not supported for cross-compile build)
180 test-c run only 'make test-c' (not supported for cross-compile build)
181 test-shell run only 'make test-shell' (not supported for cross-compile build)
213 32|cross|native) build="$OPTARG";;
236 if [ "$build" = "cross" ]; then
237 echo "cross-compile build, skipping running tests" >&2