Skip to content

Commit 1969bcc

Browse files
author
Devdutt Shenoi
committed
fix: cross compile with GNU binutils 2.34
1 parent 824f642 commit 1969bcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5"
3+
4+
[target.x86_64-unknown-linux-gnu]
5+
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5"

0 commit comments

Comments
 (0)