| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1f27214 commit a7350b3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1761,7 +1761,8 @@ def configure_section_file(o): | |||
| 1761 | 1761 | proc = subprocess.Popen(['ld.gold'] + ['-v'], stdin = subprocess.PIPE, | |
| 1762 | 1762 | stdout = subprocess.PIPE, stderr = subprocess.PIPE) | |
| 1763 | 1763 | except OSError: | |
| 1764 | - warn('''No acceptable ld.gold linker found!''') | ||
| 1764 | + if options.node_section_ordering_info != "": | ||
| 1765 | + warn('''No acceptable ld.gold linker found!''') | ||
| 1765 | 1766 | return 0 | |
| 1766 | 1767 | ||
| 1767 | 1768 | match = re.match(r"^GNU gold.*([0-9]+)\.([0-9]+)$", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments