Skip to content

Fix#84467 linker_args with --target=sparcv9-sun-solaris#84468

Merged
bors merged 1 commit intorust-lang:masterfrom
iladin:iladin/fix-84467
May 6, 2021
Merged

Fix#84467 linker_args with --target=sparcv9-sun-solaris#84468
bors merged 1 commit intorust-lang:masterfrom
iladin:iladin/fix-84467

Conversation

@iladin
Copy link
Copy Markdown
Contributor

@iladin iladin commented Apr 23, 2021

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

Introduced when -z -ignore was seperated here
22d0ab0

No formatting done

Reproduce

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"

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants