Lines Matching refs:cross
3 # Script to build all cross and native compilers supported by musl-libc.
8 echo Run this script in musl-cross-make directory to make "ccc" directory.
10 echo " "git clone https://github.com/richfelker/musl-cross-make
11 echo " "cd musl-cross-make
16 # All toolchains after the first are themselves cross compiled (so they
32 # Set cross compiler path
43 TYPE=cross
45 LP="$OUTPUT/$HOST-cross/bin:$LP"
49 LP="$OUTPUT/${RENAME:-$TARGET}-cross/bin:$LP"
82 if [ ! -z "$RENAME" ] && [ "$TYPE" == cross ]
84 CONTEXT="output/$RENAME-cross/bin"
92 # Prevent cross compiler reusing dynamically linked host build files for
133 # We build the rest of the cross compilers with this so they're linked against
145 # Here's the list of cross compilers supported by this build script.