From owner-cvs-src@FreeBSD.ORG Sat Sep 27 16:27:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28C216A4B3; Sat, 27 Sep 2003 16:27:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA46344003; Sat, 27 Sep 2003 16:27:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8RNRJXJ079385; Sat, 27 Sep 2003 16:27:19 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8RNRJgE079384; Sat, 27 Sep 2003 16:27:19 -0700 (PDT) (envelope-from marcel) Message-Id: <200309272327.h8RNRJgE079384@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 27 Sep 2003 16:27:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread Makefile src/lib/libthr Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 23:27:21 -0000 marcel 2003/09/27 16:27:19 PDT FreeBSD src repository Modified files: lib/libpthread Makefile lib/libthr Makefile Log: Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse. On ia64, where there's no libc_r at all, libkse is now the default thread library by virtue of these links. The reasons for this change are: 1. libkse is slated to become the default thread library anyway, 2. active development and maintenance is only present for libkse, 3. GNOME and KDE, both in the process of being supported on ia64, work better with KSE; even on ia64. Revision Changes Path 1.49 +12 -0 src/lib/libpthread/Makefile 1.6 +0 -12 src/lib/libthr/Makefile