[hackers] [scc] [driver] use actual as(1) command instead of cat(1) || Quentin Rameau
 
commit a6dc40f7334e97e26554db6b8293633dba06f7c0
Author:     Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Jun 2 12:37:34 2016 +0200
Commit:     Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Jun 2 12:37:34 2016 +0200
    [driver] use actual as(1) command instead of cat(1)
diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 7c432b2..997309e 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
_AT_@ -36,7 +36,7 @@ static struct tool {
         [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", },
 };
 
Received on Thu Jun 02 2016 - 12:38:45 CEST
This archive was generated by hypermail 2.3.0
: Thu Jun 02 2016 - 12:48:16 CEST