mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
10 lines
No EOL
294 B
Text
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" |