diff options
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |