0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-04 19:18:57 +02:00

Link with explicit -shared-libgcc to prevent ld.gold causing static fallback.

This commit is contained in:
Jason Volk 2019-05-26 23:33:53 -07:00
parent e618f82dfc
commit 3f9fb44475
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ AM_CPPFLAGS = \
AM_LDFLAGS = \
-dlopen self \
-Wl,-shared-libgcc \
-Wl,-fuse-ld=gold \
-Wl,--warn-execstack \
-Wl,--warn-common \

View file

@ -29,6 +29,7 @@ AM_CPPFLAGS = \
AM_LDFLAGS = \
-version-info 3:1:0 \
-Wl,-shared-libgcc \
-Wl,-fuse-ld=gold \
-Wl,--warn-common \
-Wl,--warn-execstack \