summaryrefslogtreecommitdiffstats
path: root/libdw
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-28 16:18:57 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-28 16:18:57 +0000
commit3d413d4b05005bbd4c384b60e3797caf57f120d5 (patch)
treeae6da630ac134df6f899ad827fb62d1ac46f4c2f /libdw
parent28f5be122f9fc70056082b63db119b256bc029c4 (diff)
downloadandroid_external_elfutils-3d413d4b05005bbd4c384b60e3797caf57f120d5.tar.gz
android_external_elfutils-3d413d4b05005bbd4c384b60e3797caf57f120d5.tar.bz2
android_external_elfutils-3d413d4b05005bbd4c384b60e3797caf57f120d5.zip
Implement --enable-gconv option for configure.
Diffstat (limited to 'libdw')
-rw-r--r--libdw/ChangeLog4
-rw-r--r--libdw/Makefile.am10
2 files changed, 9 insertions, 5 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 3b84ab9e..14a0ce6b 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-28 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.am: Use $(LINK) not $(CC) when creating DSO.
+
2005-08-23 Roland McGrath <roland@redhat.com>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat
diff --git a/libdw/Makefile.am b/libdw/Makefile.am
index ad6b28a1..1f659702 100644
--- a/libdw/Makefile.am
+++ b/libdw/Makefile.am
@@ -76,10 +76,10 @@ libdw_so_SOURCES =
libdw.so: $(srcdir)/libdw.map libdw_pic.a \
../libdwfl/libdwfl_pic.a ../libebl/libebl.a \
../libelf/libelf.so
- $(CC) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
- -Wl,--version-script,$<,--no-undefined \
- -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive \
- -ldl
+ $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
+ -Wl,--version-script,$<,--no-undefined \
+ -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
+ -ldl
if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
ln -fs $@ $@.$(VERSION)
@@ -110,4 +110,4 @@ noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h
EXTRA_DIST = libdw.map
-CLEANFILES = $(am_libdw_pic_a_OBJECTS)
+CLEANFILES = $(am_libdw_pic_a_OBJECTS) *.gcno *.gcda