Lines Matching refs:cross
4 # symlink (Cross C Compiler) to a directory of cross compilers named
5 # $TARGET-*-cross. Tested with scripts/mcm-buildall.sh output.
7 # Usage: scripts/cross.sh $TARGET make distclean defconfig toybox
14 echo "Create symlink 'ccc' to cross compiler directory, ala:"
15 echo " ln -s ~/musl-cross-make/ccc ccc"
38 "$0" $TARGET "$@" 2>&1 || mv cross-log-$TARGET.{txt,failed}
39 } | tee cross-log-$TARGET.txt
47 Y=$(echo "$CCC/$X"-*cross)
49 Y=$(readlink -f "$CCC"/$X-*cross)
51 X="$Y/bin/${Z/-cross/-}"