Skip to content

Instantly share code, notes, and snippets.

@aidenfoxivey
Created June 14, 2023 19:13
Show Gist options
  • Save aidenfoxivey/88e3d6e45672a600cd6a44f359636c85 to your computer and use it in GitHub Desktop.
Save aidenfoxivey/88e3d6e45672a600cd6a44f359636c85 to your computer and use it in GitHub Desktop.
cross compile for mips
# put in .cargo/config
[build]
target="mips-unknown-linux-musl"
[target.mips-unknown-linux-musl]
linker="/cosine/shared/mips-linux-musl-cross/bin/mips-linux-musl-gcc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment