windows/.cargo/config

10 lines
294 B
Text
Raw Normal View History

2022-11-03 10:42:51 +00:00
[target.powerpc-unknown-linux-gnu]
linker = "powerpc-unknown-linux-gnu-gcc"
ar = "powerpc-unknown-linux-gnu-ar"
2022-11-03 10:42:51 +00:00
rustflags = [
"-C", "link-args=-nostdlib -ffreestanding -fPIC -Ttext 100000 -mbig-endian",
"-C", "target-feature=+crt-static",
]
[build]
target = "powerpc-unknown-linux-gnu"