mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 22:22:23 +00:00
ac17b542fe
Also add patchset vampirised from Gentoo.
7 lines
194 B
Diff
7 lines
194 B
Diff
--- binutils/ld/ldmain.c
|
|
+++ binutils/ld/ldmain.c
|
|
@@ -293,2 +293,3 @@ main (int argc, char **argv)
|
|
link_info.combreloc = TRUE;
|
|
+ link_info.relro = TRUE;
|
|
link_info.strip_discarded = TRUE;
|