Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2004-10-05 17:34:42 +0400
committerUlrich Weigand <uweigand@de.ibm.com>2004-10-05 17:34:42 +0400
commite5e8c8b886229d253068085f622338e73586cc70 (patch)
treeda6eaf7027bc6e6831962d3d155def9b593c8ab6 /ltcf-c.sh
parent019030466858b5db7b844ce754aa0305ea199f8e (diff)
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 e73ff16f7..2b02417c4 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'