commit: 668c326d5d10bc574eff91fbaadac6cb7f10d416
parent: 02afc280a702dc45eec3c326f04b8a49bb9e13cf
author: Brian Callahan <bcallah@openbsd.org>
date: Sun, 3 Jan 2021 02:41:48 -0500
Add tcc to supported compilers list
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
@@ -52,6 +52,7 @@ Supported compilers
* Sun Studio compiler (https://www.oracle.com/technetwork/server-storage/developerstudio/overview/index.html)
* lacc (https://github.com/larmel/lacc)
* Optimizing C Compilation System (CCS) 4.2 03/27/14 (uw714mp5.bl4s)
+* Tiny C Compiler (https://bellard.org/tcc/)
Building with a compiler not listed here? Add it and send a pull request!