From 1abb828af191bb7b36ee17c32f253f5eec371c29 Mon Sep 17 00:00:00 2001 From: "P.J. Darcy" Date: Sat, 2 Oct 2004 16:33:06 +0000 Subject: ltcf-c.sh (tpf*): Add ld_shlibs=yes. 2004-10-02 P.J. Darcy * ltcf-c.sh (tpf*): Add ld_shlibs=yes. * ltcf-cxx.sh (tpf*): Likewise. * ltconfig (tpf*): Add TPF OS configuration support. From-SVN: r88427 --- ltcf-cxx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ltcf-cxx.sh') diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 7edeb864b17..48d5a53f2f7 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -697,6 +697,9 @@ case $host_os in ;; esac ;; + tpf*) + ld_shlibs=yes + ;; unixware*) # FIXME: insert proper C++ library support ld_shlibs=no -- cgit v1.2.1