shithub: scc

Download patch

ref: 9651121c224dbcd30ad00b659a9c765590cfae8a
parent: 0a2a2afd4bc2e8c740c46a575419a35c54c83ca1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Mar 31 14:20:11 EDT 2016

Fix generic arch Makefile target

It was stripping the not targered front end to.

--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 	done
 	ln -f cc1/cc1 bin/cc1-$@
 	ln -f cc2/cc2 bin/cc2-$@
-	strip bin/cc1 bin/cc1-$@ bin/cc2-$@
+	strip bin/cc1-$@ bin/cc2-$@
 
 install: all
 	mkdir -p $(PREFIX)/libexec/scc/