shithub: scc

Download patch

ref: 7e89e1486517bc250f1725255345b6d745a9e7cf
parent: 4115398d1ad458a2db33759d7eeb62413b6017b0
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 29 09:15:19 EST 2016

Avoid whitespace in ARCH = qbe

The comment may generate a space in the assignation to qbe

--- a/config.mk
+++ b/config.mk
@@ -1,9 +1,10 @@
 # scc version
 VERSION = 0.1
 
-# Customize below to fit your system
+## Customize below to fit your system
 ARCHS = z80 i386-sysv amd64-sysv qbe
-ARCH = qbe  # default architecure used in nested makefiles
+# default architecure used in nested makefiles
+ARCH = qbe
 DRIVER = posix
 
 # Remove inc/sizes.h if STD is changed