Platform Support Updates

I added aarch64-darwin, x86_64-unknown-dragonfly and x86_64-unknown-netbsd to Tier 3 on Platform Support · crystal-lang/crystal Wiki · GitHub since they where missing or listed as Other.

Dragonfly and NetBSD should probably be well covered and qualify for Tier 2, but I’m not sure about that. Would like some confirmation first, that stdlib specs and compiler work.

5 Likes

Not sure where it would go, but one of the devs at my work has x86_64-unknown-linux-gnu and is running Crystal just fine. I assume it’s the same as x86_64-linux-gnu, but I didn’t see it in that list.

Yes, that’s the same. Empty vendor in the target triple means “unknown”.

1 Like

What about Windows support ?

https://github.com/crystal-lang/crystal/issues/5430. PRs are welcome :slight_smile:.

1 Like