commit a6dc40f7334e97e26554db6b8293633dba06f7c0
Author:     Quentin Rameau <[email protected]>
AuthorDate: Thu Jun 2 12:37:34 2016 +0200
Commit:     Quentin Rameau <[email protected]>
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
@@ -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", },
 };
 

Reply via email to