about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
diff options
context:
space:
mode:
authorMads Marquart <mads@marquart.dk>2024-10-02 19:42:51 +0200
committerMads Marquart <mads@marquart.dk>2024-10-03 00:27:43 +0200
commit111f2e8a39fce63c6daac7eae88023f1e87c15d4 (patch)
tree0a60b418bebed5cfee9de66d790b0d7c09afe458 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp
parent612796c42077605fdd3c6f7dda05745d8f4dc4d8 (diff)
downloadrust-111f2e8a39fce63c6daac7eae88023f1e87c15d4.tar.gz
rust-111f2e8a39fce63c6daac7eae88023f1e87c15d4.zip
Fix target_os for mipsel-sony-psx
Previously set to `target_os = "none"` and `target_env = "psx"`, but
although the Playstation 1 is _close_ to a bare metal target in some
regards, it's still very much an operating system, so we should set
`target_os = "psx"`.

This also matches the `mipsel-sony-psp` target, which sets
`target_os = "psp"`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
0 files changed, 0 insertions, 0 deletions