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 nightly regression by manually passing --gc-sections #168

Merged
merged 4 commits into from
May 20, 2021

Commits on May 20, 2021

  1. Fix nightly regerssion by manually passing --gc-sections

    Rust used to pass `--gc-section` automatically. In rust-lang/rust#85274, this behavior was changed to only pass that flag for targets that use a GNU linker. So we have to add it manually, otherwise the bootloader grows too large to be loaded by our assembly stage.
    phil-opp committed May 20, 2021
    Configuration menu
    Copy the full SHA
    eead1a5 View commit details
    Browse the repository at this point in the history
  2. Update changelog for #168

    phil-opp committed May 20, 2021
    Configuration menu
    Copy the full SHA
    2afc7d7 View commit details
    Browse the repository at this point in the history
  3. Replace tabs with spaces

    Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
    phil-opp and bjorn3 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    88bc669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae79b8 View commit details
    Browse the repository at this point in the history