X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltcf-cxx.sh;h=fa8dbd08d6337535eb6f245b2da43ee9a332f8cd;hb=d1cbb4db761d593ea18e8cd3526b0167f857b788;hp=9059b1a002f15dabee816f5bc6c210e002acda3e;hpb=f4ff34a3047cd5dafebeeb733559c5dc0dba2339;p=deliverable%2Fbinutils-gdb.git diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 9059b1a002..fa8dbd08d6 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -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*) @@ -652,6 +652,9 @@ case $host_os in ;; esac ;; + tpf*) + ld_shlibs=yes + ;; unixware*) # FIXME: insert proper C++ library support ld_shlibs=no @@ -759,7 +762,7 @@ else ;; esac ;; - freebsd*) + freebsd* | kfreebsd*-gnu) # FreeBSD uses GNU C++ ;; gnu*)