Add state of the art for openbsd toolchains

This commit is contained in:
lucic71 2022-11-11 08:20:43 +00:00
parent fdb880f214
commit 9b6a5de56a
1 changed files with 8 additions and 1 deletions

View File

@ -13,4 +13,11 @@ can also be found in the official tcc documentation.
3. https://briancallahan.net/blog/20210215.html
This list gives me some ideas. How about trying to bring compatibility
with all those compilers? Would it be helpful to be able to compile the
kernel with all those compilers?
kernel with all those compilers?
4 [The state of toolchains in OpenBSD](https://www.cambus.net/the-state-of-toolchains-in-openbsd/)
Quite clear that OpenBSD focused up until now on GCC and clang/LLVM.
Basically this is all the state of the art I need for this project.
However I will also probe the state of the art for other operating
systems too, mainly other BSDs, Linux, Plan 9, and other obscure
operating systems.