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 | 1763908f7c2545948b1ba87b103634e219a7769b (patch) | |
tree | b9370dd38287308bf1a29b5e58de98d6f80de26a /ltcf-cxx.sh | |
parent | 998bdd68ffaf1f33951076fbf60a14121708507b (diff) | |
download | binutils-gdb-1763908f7c2545948b1ba87b103634e219a7769b.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 465650ff4d5..620b318e09a 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 |