[hackers] [scc] [driver] Parse -Ofoo but ignore it (at least for now) || Quentin Rameau
commit 2b69b9c506ebf23351fa26f6c30e79fcc2d256c0
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Tue Feb 14 14:16:13 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Tue Feb 14 17:08:32 2017 +0100
[driver] Parse -Ofoo but ignore it (at least for now)
diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 5107a14..8cff8b1 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
_AT_@ -443,6 +443,9 @@ main(int argc, char *argv[])
addarg(LD, "-L");
addarg(LD, EARGF(usage()));
break;
+ case 'O':
+ EARGF(usage());
+ break;
case 'S':
Sflag = 1;
break;
Received on Tue Feb 14 2017 - 17:08:45 CET
This archive was generated by hypermail 2.3.0
: Tue Feb 14 2017 - 17:12:18 CET