>>105690097
>>105690041
By the way I know you were joking. I just wanted to make it clear this is why something like Rust will never be allowed into OpenBSD base system. Since it can not build itself natively on non AMD64 and some ARM platforms. Which disqualifies it from being included in the project because a basic requirement is that everything must be able to build itself on the machine without resorting to cross-compiling. You can use cross-compile to bring up a new platform initially. But once you have a compiler going you're supposed to build everything else up from source code (and re-build the compiler of course).

A basic Rust application has a hard time building itself from source on even a modern AMD64 system with 16GB of RAM. Last I checked that was just enough to do it without resorting to swapping or RAM compression. But it has been a few years since I've done it. Their support tiers are a lie. I know because I tried it on various platforms they claim have support. None of them work. They all depend on
>cross-compile
and
>just use the binary! lmao