about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDaniel Silverman <iladin@gmail.com>2021-04-30 15:53:14 -0700
committerDaniel Silverman <iladin@gmail.com>2021-04-30 15:53:14 -0700
commitfe68b1ab327297fea9ed2fb273fe0a7ac5aedfdd (patch)
treea4a8d0fd537bb759627f6e422207937acc34641a /compiler/rustc_codegen_llvm/src
parenta45f0d724ed7116ed475fb0d628bc118418e7cbf (diff)
downloadrust-fe68b1ab327297fea9ed2fb273fe0a7ac5aedfdd.tar.gz
rust-fe68b1ab327297fea9ed2fb273fe0a7ac5aedfdd.zip
Fix linker_args with --target=sparcv9-sun-solaris
Moved -z ignore to add_as_needed

Trying to cross-compile for sparcv9-sun-solaris
getting an error message for -zignore

Introduced when -z -ignore was separated here
22d0ab0

No formatting done

Reproduce

``` bash
rustup target add sparcv9-sun-solaris
cargo new --bin hello && cd hello && cargo run --target=sparcv9-sun-solaris
```

config.toml

[target.sparcv9-sun-solaris]
linker = "gcc"
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions