Skip to content

Commit

Permalink
Add rustup toolchain add nightly... command.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 11, 2024
1 parent a2a3864 commit 9ecf1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ build-armv7-unknown-linux-musleabihf:

build-mips-unknown-linux-musl:
# mips is a tier-3 target.
# rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mips-unknown-linux-musl --release --no-default-features --features semtech_udp

build-mipsel-unknown-linux-musl:
# mipsel is a tier-3 target.
# rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
rustup toolchain add nightly-2024-02-18-x86_64-unknown-linux-gnu
cross +nightly-2024-02-18 build -Z build-std=panic_abort,std --target mipsel-unknown-linux-musl --release --no-default-features --features semtech_udp

# Build distributable binaries for all targets.
Expand Down

0 comments on commit 9ecf1b8

Please sign in to comment.