diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2004-10-05 13:34:42 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2004-10-05 13:34:42 +0000 |
commit | 6248e9f6ba07e52ea8649a2869be4de3e9692f62 (patch) | |
tree | 51a493130bae258ff2e80928e0c12bc1e8c88178 /ltcf-cxx.sh | |
parent | a21a3e3855a23748bbcb4f10490b33035e7a1da3 (diff) | |
download | binutils-redhat-6248e9f6ba07e52ea8649a2869be4de3e9692f62.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-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 465650ff4d..620b318e09 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -652,6 +652,9 @@ case $host_os in ;; esac ;; + tpf*) + ld_shlibs=yes + ;; unixware*) # FIXME: insert proper C++ library support ld_shlibs=no |