mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
Fix inconsistent use of $PLATFORM_LDFLAGS.
This commit is contained in:
parent
5d6cd43518
commit
e618f82dfc
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ AM_LDFLAGS = \
|
||||||
-Wl,-z -Wl,noexecstack \
|
-Wl,-z -Wl,noexecstack \
|
||||||
-Wl,-z -Wl,combreloc \
|
-Wl,-z -Wl,combreloc \
|
||||||
-Wl,-z -Wl,text-unlikely-segment \
|
-Wl,-z -Wl,text-unlikely-segment \
|
||||||
|
$(PLATFORM_LDFLAGS) \
|
||||||
@EXTRA_LDFLAGS@ \
|
@EXTRA_LDFLAGS@ \
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue