hermit-os / hermit-rs

Hermit for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify target triple

mkroening opened this issue · comments

We currently have different target triples for hermit:

  • x86_64-unknown-hermit (Rust)
  • x86_64-hermit (gcc)

It would be nice to unify them. I would be in favor of x86_64-hermit personally, similar to x86_64-fuchsia.

We agreed to keep x86_64-unknown-hermit and change the gcc triple.