0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

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

This reverts commit 3f9fb44475.

Reverted because it breaks debug line numbers in libircd and construct where it is
linked.
This commit is contained in:
Jason Volk 2019-05-29 15:46:58 -07:00
parent d156965271
commit 1e6f8c6946
2 changed files with 0 additions and 2 deletions

View file

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

View file

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