shithub: orca

Download patch

ref: 418c0be1289a9540bb3dd1afc202393e9e9c2bdf
parent: d92a2562fff98de70f20b7c051785e96865ab018
author: cancel <cancel@cancel.fm>
date: Wed Jan 8 21:19:32 EST 2020

Update readme to mention tcc

--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@
 
 ## Build
 
-The build script, called simply `tool`, is written in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper) and `clang`, and will automatically detect your compiler. You can manually specify a compiler with the `-c` option.
+The build script, called simply `tool`, is written in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper), `tcc`, and `clang`, and will automatically detect your compiler. You can manually specify a compiler with the `-c` option.
 
-Currently known to build on macOS (`gcc`, `clang`) and Linux (`gcc`, `musl-gcc`, and `clang`, optionally with `LLD`), and Windows via cygwin or WSL (`gcc` or `clang`).
+Currently known to build on macOS (`gcc`, `clang`, `tcc`) and Linux (`gcc`, `musl-gcc`, `tcc`, and `clang`, optionally with `LLD`), and Windows via cygwin or WSL (`gcc` or `clang`, `tcc` untested).
 
 There is a fire-and-forget `make` wrapper around the build script.