diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-30 06:02:57 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-30 06:02:57 +0000 |
commit | c1a13da00d7099c9ab1341d626223263abdb13db (patch) | |
tree | 39fdddf620fcd00b70b8c3340dbb14ac59892d80 /ltcf-cxx.sh | |
parent | f35e401ca6d654610f39e507301eb631cb999c29 (diff) | |
download | gcc-c1a13da00d7099c9ab1341d626223263abdb13db.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36672 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 3 |
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 |