Commit a4c2d66
committed
build: Use
This can be dropped once Bitcoin Core no longer supports NetBSD 10.0 or
if upstream fix is backported.
NetBSD's dynamic linker ld.elf_so < 11.0 supports exactly 2 `PT_LOAD`
segments and binaries linked with `-z separate-code` have 4 `PT_LOAD`
segments.
bitcoin#28724 (comment)
https://mail-index.netbsd.org/tech-userlevel/2023/01/05/msg013666.html-z noseparate-code on NetBSD < 11.01 parent 8046759 commit a4c2d66
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
537 | 550 | | |
538 | 551 | | |
539 | 552 | | |
| |||
0 commit comments