scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit cc4a166a84e9241d3afd0d274041b265d230df6f
parent c54b187844de0922dc90e31e4932cbedf4c56e59
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 26 Sep 2015 17:58:05 +0200

Disable cc2 in the main Makefile

cc2 is deprecated and not functional at this moment.
After the commit where multi arch support was added
to cc1, cc2 doesn't compile.

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -4,8 +4,7 @@ include config.mk SUBDIRS = \ lib \ - cc1 \ - cc2 + cc1 all clean: @echo scc build options: