Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
This repository was archived by the owner on May 12, 2026. It is now read-only.

Add RISC-V 64-bit (riscv64) platform support #23

Description

@gounthar

The legacy download broker does not recognize LINUX_RISCV64 as a platform.

Changes needed

  1. Platform.java: add LINUX_RISCV64(newArrayList("LinuxRISCV64")) enum value
  2. NativeTarget.java: add LINUX_RISCV64("riscv64gc-unknown-linux-gnu", Platform.LINUX_RISCV64) and case statement

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions