We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e1a1f commit 8ced54eCopy full SHA for 8ced54e
build.sh
@@ -7,6 +7,7 @@ if [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]
7
then
8
git clone --depth=1 https://github.com/raspberrypi/tools.git /tmp/tools;
9
export PATH=/tmp/tools/arm-bcm2708/arm-linux-gnueabihf/bin:$PATH;
10
+ export CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc
11
fi
12
13
cargo build --target="$TARGET" --release
0 commit comments