summaryrefslogtreecommitdiff
path: root/ltcf-c.sh
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2004-10-05 13:34:42 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2004-10-05 13:34:42 +0000
commit1763908f7c2545948b1ba87b103634e219a7769b (patch)
treeb9370dd38287308bf1a29b5e58de98d6f80de26a /ltcf-c.sh
parent998bdd68ffaf1f33951076fbf60a14121708507b (diff)
downloadbinutils-gdb-1763908f7c2545948b1ba87b103634e219a7769b.tar.gz
2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
Merged from GCC / libtool upstream: 2004-10-02 P.J. Darcy <darcypj@us.ibm.com> * ltcf-c.sh (tpf*): Add ld_shlibs=yes. * ltcf-cxx.sh (tpf*): Likewise. * ltconfig (tpf*): Add TPF OS configuration support.
Diffstat (limited to 'ltcf-c.sh')
-rw-r--r--ltcf-c.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ltcf-c.sh b/ltcf-c.sh
index e73ff16f7f8..2b02417c46d 100644
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -223,6 +223,10 @@ EOF
hardcode_shlibpath_var=no
;;
+ tpf*)
+ ld_shlibs=yes
+ ;;
+
*)
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'