summaryrefslogtreecommitdiff
path: root/ltcf-c.sh
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-02 16:33:06 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-02 16:33:06 +0000
commite644ba93ca29da895abb7ec57e0cac33e53d32a7 (patch)
tree63840b1603ce38cb8260d454330273caaafadc4d /ltcf-c.sh
parent9f9a4117a1a5ffa50958f3aa7b0c25e606b0fde1 (diff)
downloadgcc-e644ba93ca29da895abb7ec57e0cac33e53d32a7.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88427 138bc75d-0d04-0410-961f-82ee72b054a4
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 7cc273d36ff..11f897d2ef7 100644
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -213,6 +213,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'