scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit b6cdd6faa8852fe6e7e3c91c614f55f8f1f308e6
parent 9dc1194d1b8ec62ecde814fe61aa7c53e07ec091
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 16 Jan 2019 19:47:22 +0000

Removed not supported config (i386-linux)

Diffstat:
Dconfig/i386-linux.mk | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/config/i386-linux.mk b/config/i386-linux.mk @@ -1,4 +0,0 @@ -ARCH = i386 -SYS = linux -ABI = amd64-posix -DRIVER = posix