Skip to content

Commit

Permalink
build: add gnu compilers in addition to musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Nov 23, 2021
1 parent e0647b0 commit dda331f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/backend/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ linker="arm-linux-gnueabihf-gcc"

[target.x86_64-unknown-linux-musl]
linker="x86_64-linux-gnu-gcc"

[target.aarch64-unknown-linux-gnu]
linker="aarch64-linux-gnu-gcc"

[target.arm-unknown-linux-gnueabihf]
linker="/opt/rpi/arm-bcm2708/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc"

[target.armv7-unknown-linux-gnueabihf]
linker="arm-linux-gnueabihf-gcc"

[target.x86_64-unknown-linux-gnu]
linker="x86_64-linux-gnu-gcc"

0 comments on commit dda331f

Please sign in to comment.