summaryrefslogtreecommitdiffstats
path: root/libasm
diff options
context:
space:
mode:
Diffstat (limited to 'libasm')
-rw-r--r--libasm/ChangeLog4
-rw-r--r--libasm/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 80aa7de9..971492a8 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,5 +1,9 @@
2017-02-27 Ulf Hermann <ulf.hermann@qt.io>
+ * Makefile.am: Use dso_LDFLAGS.
+
+2017-02-27 Ulf Hermann <ulf.hermann@qt.io>
+
* disasm_str.c: Don't include system.h
2017-02-21 Ulf Hermann <ulf.hermann@qt.io>
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
index 8713070c..a5fc9fc1 100644
--- a/libasm/Makefile.am
+++ b/libasm/Makefile.am
@@ -65,7 +65,7 @@ endif
libasm_so_SOURCES =
libasm.so$(EXEEXT): libasm_pic.a libasm.map
- $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
+ $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
-Wl,--version-script,$(srcdir)/libasm.map,--no-undefined \
-Wl,--soname,$@.$(VERSION) \
../libebl/libebl.a ../libelf/libelf.so ../libdw/libdw.so \