mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +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,noexecstack"])
|
||||||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,combreloc"])
|
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,combreloc"])
|
||||||
RB_VAR_PREPEND([LDFLAGS], ["-Wl,-z,text-unlikely-segment"])
|
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
|
dnl Note compact mode options available in both GOLD and LLD
|
||||||
|
|
Loading…
Reference in a new issue