commit b81a1a82acba27076ed8217eec5734f4b803355c
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Thu Nov 30 18:15:59 2017 +0100
add tcc (Tiny C Compiler) to rocks
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index 96040a36..77b25601 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
_AT_@ -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)
Received on Thu Nov 30 2017 - 18:16:16 CET