mirror of
https://github.com/matrix-construct/construct
synced 2024-11-28 17:52:54 +01:00
configure: Keep text section prefixes (ld.gold).
This commit is contained in:
parent
c652e8172c
commit
57e8e0772d
1 changed files with 1 additions and 0 deletions
|
@ -1055,6 +1055,7 @@ dnl RB_VAR_PREPEND([LDFLAGS], ["-Wl,--icf=all"])
|
|||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,noexecstack"])
|
||||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,combreloc"])
|
||||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,text-unlikely-segment"])
|
||||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,keep-text-section-prefix"])
|
||||
])
|
||||
|
||||
dnl Note compact mode options available in both GOLD and LLD
|
||||
|
|
Loading…
Reference in a new issue