windows/.cargo/config
2022-11-03 03:42:51 -07:00

10 lines
No EOL
294 B
Text

[target.powerpc-unknown-linux-gnu]
linker = "powerpc-unknown-linux-gnu-gcc"
ar = "powerpc-unknown-linux-gnu-ar"
rustflags = [
"-C", "link-args=-nostdlib -ffreestanding -fPIC -Ttext 100000 -mbig-endian",
"-C", "target-feature=+crt-static",
]
[build]
target = "powerpc-unknown-linux-gnu"