[hackers] [scc] [driver] link with no-pie until we have our linker || Quentin Rameau

From: <git_AT_suckless.org>
Date: Mon, 12 Dec 2016 14:55:55 +0100 (CET)

commit cc24d97920153c1ee088cde580553ea50b81313f
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Mon Dec 12 14:41:16 2016 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Mon Dec 12 14:55:47 2016 +0100

    [driver] link with no-pie until we have our linker

diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 7f3e64e..bd4cafe 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
_AT_@ -119,6 +119,7 @@ inittool(int tool)
                 strcat(t->cmd, t->bin);
                 break;
         case LD:
+ addarg(tool, "-no-pie");
                 addarg(tool, "-o");
                 t->outfile = outfile ? outfile : xstrdup("a.out");
                 addarg(tool, t->outfile);
Received on Mon Dec 12 2016 - 14:55:55 CET

This archive was generated by hypermail 2.3.0 : Mon Dec 12 2016 - 15:00:16 CET