Lines Matching full:cross
3 # Script to build all cross and native compilers supported by musl-libc.
10 echo Run this script in musl-cross-make directory to make "ccc" directory.
12 echo " "git clone https://github.com/richfelker/musl-cross-make
13 echo " "cd musl-cross-make
38 # All toolchains after the first are themselves cross compiled (so they
65 # Set cross compiler path
77 TYPE=cross
79 LP="$OUTPUT/$HOST-cross/bin:$LP"
83 LP="$OUTPUT/${RENAME:-$TARGET}-cross/bin:$LP"
114 if [ ! -z "$RENAME" ] && [ "$TYPE" == cross ]
116 CONTEXT="output/$RENAME-cross/bin"
124 # Prevent cross compiler reusing dynamically linked host build files for
173 # musl-cross-make commit fe915821b652 has been current for a year and a half,
306 # We build the rest of the cross compilers with this so they're linked against
320 # Here's the list of cross compilers supported by this build script.