[hackers] [scc] Disable cc2 in the main Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sat, 26 Sep 2015 18:00:25 +0200 (CEST)

commit cc4a166a84e9241d3afd0d274041b265d230df6f
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Sep 26 17:58:05 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -4,8 +4,7 @@ include config.mk
 
 SUBDIRS = \
         lib \
- cc1 \
- cc2
+ cc1
 
 all clean:
         _AT_echo scc build options:
Received on Sat Sep 26 2015 - 18:00:25 CEST

This archive was generated by hypermail 2.3.0 : Sat Sep 26 2015 - 18:12:09 CEST