diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-07-21 19:21:41 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-07-21 19:21:41 +0000 |
commit | 61edac0ce677aaae55a153fe54eabd116865f425 (patch) | |
tree | d3eda9b84c0b920905e639fb51a6f2f450b397d4 /ltcf-cxx.sh | |
parent | 543613e9336603e177592f09ec42df2f99a2ed37 (diff) | |
download | binutils-gdb-61edac0ce677aaae55a153fe54eabd116865f425.tar.gz |
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.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 9059b1a002f..465650ff4d5 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*) |