summaryrefslogtreecommitdiffstats
path: root/ltcf-cxx.sh
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2004-07-21 19:21:41 +0000
committerJim Wilson <wilson@redhat.com>2004-07-21 19:21:41 +0000
commit0da793ff2b41776aa3b683eb952c0df5bbfaba0a (patch)
tree607e7a9fbfa8245800d21b31b6ff75f18e322afb /ltcf-cxx.sh
parent9aec2c3c19b5d77139002854ccdabcc0b61f175f (diff)
downloadcygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.tar.gz
cygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.tar.bz2
cygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.zip
knetbsd/kfreebsd patches from Robert Millan.
* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r--ltcf-cxx.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh
index 9059b1a00..465650ff4 100644
--- a/ltcf-cxx.sh
+++ b/ltcf-cxx.sh
@@ -244,7 +244,7 @@ case $host_os in
# C++ shared libraries reported to be fairly broken before switch to ELF
ld_shlibs=no
;;
- freebsd*)
+ freebsd* | kfreebsd*-gnu)
# FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
# conventions
ld_shlibs=yes
@@ -404,7 +404,7 @@ case $host_os in
;;
esac
;;
- netbsd*)
+ netbsd* | knetbsd*-gnu)
# NetBSD uses g++ - do we need to do anything?
;;
osf3*)
@@ -759,7 +759,7 @@ else
;;
esac
;;
- freebsd*)
+ freebsd* | kfreebsd*-gnu)
# FreeBSD uses GNU C++
;;
gnu*)