We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504db53 commit 574dac9Copy full SHA for 574dac9
doc/go1.15.html
@@ -336,8 +336,10 @@ <h2 id="linker">Linker</h2>
336
</p>
337
338
<p><!-- CL 207877 -->
339
- TODO: <a href="https://golang.org/cl/207877">https://golang.org/cl/207877</a>: Revert -buildmode=pie to internal linking.
340
- The linker defaults to internal linking mode for PIE on linux/amd64 and linux/arm64, which does require a C linker.
+ The linker now defaults to internal linking mode
+ for <code>-buildmode=pie</code> on
341
+ <code>linux/amd64</code> and <code>linux/arm64</code>, so these
342
+ configurations no longer require a C linker.
343
344
345
<h2 id="objdump">Objdump</h2>
0 commit comments