From 328a599337d5ed85c6ec7c5171f92b1d30863c6e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 9 Jul 2015 11:06:08 -0700 Subject: [PATCH] Revert "Avoid a run-time dependency on the libgcc dlls." This breaks builds with clang This reverts commit bd2b132d7f3c92aa434c4d799e8cc5358bc1baef. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5172227..0c60d02 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,6 @@ lib_LTLIBRARIES = libdivecomputer.la libdivecomputer_la_LIBADD = $(LIBUSB_LIBS) libdivecomputer_la_LDFLAGS = \ -version-info $(DC_VERSION_LIBTOOL) \ - -Wc,-static-libgcc \ -no-undefined \ -export-symbols libdivecomputer.exp