shithub: scc

Download patch

ref: 844ae029029175625b3b81776efa5f1c6d959650
parent: 1f4c8ba4ed8412a824dde705afd4613d661cc68b
author: Quentin Rameau <quinq@fifth.space>
date: Thu Jun 2 08:37:34 EDT 2016

[driver] use actual as(1) command instead of cat(1)

--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -36,7 +36,7 @@
 	[CC1] = { .bin = "cc1", .cmd = PREFIX "/libexec/scc/", },
 	[CC2] = { .bin = "cc2", .cmd = PREFIX "/libexec/scc/", },
 	[QBE] = { .bin = "qbe", .cmd = "qbe", },
-	[AS]  = { .bin = "cat", .cmd = "cat", },
+	[AS]  = { .bin = "as",  .cmd = "as", },
 	[TEE] = { .bin = "tee", .cmd = "tee", },
 };