Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 6, 2021

Commits on Apr 30, 2021

  1. 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"
    iladin committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    fe68b1a View commit details
    Browse the repository at this point in the history