commit cc4a166a84e9241d3afd0d274041b265d230df6f
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sat Sep 26 17:58:05 2015 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Sat Sep 26 17:58:05 2015 +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.

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

Reply via email to