commit b81a1a82acba27076ed8217eec5734f4b803355c
parent 31ec055c1b30bce8eea79a15397ac7c9112cd708
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 30 Nov 2017 18:15:59 +0100
add tcc (Tiny C Compiler) to rocks
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
@@ -15,6 +15,10 @@ libc implementations
* [uClibc](http://www.uclibc.org/) - strives to be a minimalist C library suitable for embedded computing
* See also: [embedded libc comparison](http://www.etalabs.net/compare_libcs.html)
+Compilers
+---------
+* [tcc](https://bellard.org/tcc/) - Tiny C Compiler [git repo](http://repo.or.cz/w/tinycc.git)
+
Compression
-----------
* [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library (dual licensed: 2-clause BSD or GPL License)