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

Add riscv64gc-unknown-hermit target #114004

Merged
merged 5 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. compiler: Hermit targets: Remove pre-link args.

    These pre-link args are remains from Hermit's old C version.
    We don't need them and we have no reason to override the defaults here.
    See ld [1] for details.
    
    [1]: https://sourceware.org/binutils/docs/ld/Options.html
    
    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2676637 View commit details
    Browse the repository at this point in the history
  2. compiler: Hermit targets: Sort base fields by declaration

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a4e1bf4 View commit details
    Browse the repository at this point in the history
  3. compiler: Hermit targets: Use functional update syntax

    instead of mutating the base.
    
    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    636804e View commit details
    Browse the repository at this point in the history
  4. compiler: Add riscv64gc-unknown-hermit target

    Co-authored-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    simonschoening and mkroening committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3003fe2 View commit details
    Browse the repository at this point in the history
  5. compiler: Add *-unknown-hermit documentation

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ab4d65e View commit details
    Browse the repository at this point in the history