From owner-freebsd-alpha@FreeBSD.ORG Fri Jan 30 04:22:03 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF71116A4CE; Fri, 30 Jan 2004 04:22:03 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6824443D31; Fri, 30 Jan 2004 04:22:02 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i0UCM1iw008833; Fri, 30 Jan 2004 07:22:01 -0500 (EST) Date: Fri, 30 Jan 2004 07:22:01 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: alpha@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: sparc64@freebsd.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile (fwd) X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 12:22:03 -0000 I built world on alpha to test this, but I couldn't install it to make sure the links from libpthread.* -> libc_r.* were made correctly. Could someone please verify this? Feel free to fix it if it is wrong (src/lib/libc_r/Makefile). Also, I have had some success testing on alpha with libkse built in 1:1 mode. Someone wanting to play around with getting libkse working on alpha and sparc64 might want to start there (uncomment CFLAGS+=-DSYSTEM_SCOPE_ONLY in src/lib/libpthread/Makefile). ---------- Forwarded message ---------- Date: Fri, 30 Jan 2004 04:13:17 -0800 (PST) From: Daniel Eischen To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile deischen 2004/01/30 04:13:17 PST FreeBSD src repository Modified files: lib/libc_r Makefile lib/libpthread Makefile Log: Change libkse back to libpthread and make it the default thread library for i386, amd64, and ia64. For alpha and sparc64 the library is not changed and remains libkse, and links are installed so that libpthread -> libc_r. The gcc -pthread option will be changed in a separate commit so that it links to -lpthread instead of -lc_r. Approved by: re@ Revision Changes Path 1.38 +10 -0 src/lib/libc_r/Makefile 1.50 +4 -0 src/lib/libpthread/Makefile