Lines Matching +full:gcc +full:- +full:aarch64 +full:- +full:linux +full:- +full:gnu
3 # Note that this script is not actually "building" rust, but build- is the
6 set -ex
11 mkdir -p $HOME/.cargo
12 ln -s /usr/local/bin $HOME/.cargo/bin
20 wget https://sh.rustup.rs -O - | \
21 sh -s -- -y --default-toolchain 1.49.0-2020-12-31
23 # Set up a config script for cross compiling -- cargo needs your system cc for
26 [target.armv7-unknown-linux-gnueabihf]
27 linker = "arm-linux-gnueabihf-gcc"
29 [target.aarch64-unknown-linux-gnu]
30 linker = "aarch64-linux-gnu-gcc"