mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
6 lines
No EOL
384 B
Text
6 lines
No EOL
384 B
Text
[target.ppc32-custom.json]
|
|
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"]
|
|
# for some reason it wants a string
|
|
rustflags = "-C link-args='-nostdlib -ffreestanding -fPIC -Ttext 100000 -mbig-endian' -C target-feature=+crt-static" |