summaryrefslogtreecommitdiff
path: root/ltcf-cxx.sh
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-09-30 06:02:57 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2000-09-30 06:02:57 +0000
commit3dd7094e20b214a71ed62f8044abe090b4c53b45 (patch)
tree39fdddf620fcd00b70b8c3340dbb14ac59892d80 /ltcf-cxx.sh
parentf2fa288f03f7b71ef618b525c60dbdd7af2479aa (diff)
ltconfig, [...]: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug.
* ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. From-SVN: r36672
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r--ltcf-cxx.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh
index 45f8f432068..c134a429486 100644
--- a/ltcf-cxx.sh
+++ b/ltcf-cxx.sh
@@ -298,8 +298,7 @@ case "$host_os" in
esac
;;
netbsd*)
- # FIXME: insert proper C++ library support
- ld_shlibs=no
+ # NetBSD uses g++ - do we need to do anything?
;;
osf3*)
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then