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

Rust support #27

Merged
merged 5 commits into from
Sep 30, 2022
Merged

Rust support #27

merged 5 commits into from
Sep 30, 2022

Commits on Sep 21, 2022

  1. Allow custom vendor to support unknown triple in rust

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and crazy-max committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ada701d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. apk: add special detection for rust library installs

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and crazy-max committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    50e54fa View commit details
    Browse the repository at this point in the history
  2. allow setting riscv64 arch to riscv64gc for rust support

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and crazy-max committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ab1effd View commit details
    Browse the repository at this point in the history
  3. add xx-cargo to simplify rust building

    Using xx-cargo is optional. Alternative is to install stdlib
    with xx-apt/xx-apk or with rustup with XX_VENDOR=unknown xx-info.
    
    Then CC, and _LINKER needs to be defined via xx-info. 
    
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and crazy-max committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3e9dd7f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. xx-info: fix vendor

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b8dde93 View commit details
    Browse the repository at this point in the history