diff --git a/construct/Makefile.am b/construct/Makefile.am index 3a6cc0b5b..e5b8a7267 100644 --- a/construct/Makefile.am +++ b/construct/Makefile.am @@ -22,7 +22,6 @@ AM_CPPFLAGS = \ AM_LDFLAGS = \ -dlopen self \ - -Wl,-shared-libgcc \ -Wl,-fuse-ld=gold \ -Wl,--warn-execstack \ -Wl,--warn-common \ diff --git a/ircd/Makefile.am b/ircd/Makefile.am index a940491cb..deb779286 100644 --- a/ircd/Makefile.am +++ b/ircd/Makefile.am @@ -33,7 +33,6 @@ AM_CPPFLAGS = \ AM_LDFLAGS = \ -version-info 3:1:0 \ - -Wl,-shared-libgcc \ -Wl,-fuse-ld=gold \ -Wl,--warn-common \ -Wl,--warn-execstack \