aboutsummaryrefslogtreecommitdiffstats
path: root/community/go-bootstrap/no-pic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/go-bootstrap/no-pic.patch')
-rw-r--r--community/go-bootstrap/no-pic.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/go-bootstrap/no-pic.patch b/community/go-bootstrap/no-pic.patch
deleted file mode 100644
index 633dd9a1cf0..00000000000
--- a/community/go-bootstrap/no-pic.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/cmd/ld/lib.c
-+++ b/src/cmd/ld/lib.c
-@@ -786,6 +786,11 @@ hostlink(void)
- p = strchr(p + 1, ' ');
- }
-
-+ // The Go linker does not currently support building objects that
-+ // may be linked into a PIE. See:
-+ // https://code.google.com/p/go/issues/detail?id=6940
-+ argv[argc++] = "-fno-PIC";
-+
- argv[argc] = nil;
-
- quotefmtinstall();