From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 22:07:01 2003 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 766B637B401; Sat, 19 Jul 2003 22:07:01 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B4B43F3F; Sat, 19 Jul 2003 22:07:00 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6K56xAI012381; Sun, 20 Jul 2003 01:06:59 -0400 (EDT) Date: Sun, 20 Jul 2003 01:06:59 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Mike Makonnen In-Reply-To: <20030720014640.GA45467@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: alpha@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 05:07:01 -0000 On Sat, 19 Jul 2003, Mike Makonnen wrote: > On Sat, Jul 19, 2003 at 06:34:40PM -0700, Mike Makonnen wrote: > > mtm 2003/07/19 18:34:40 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib Makefile > > Log: > > Now that we have the stubs for alpha and we can build it > > on that platform, invert the test for the platforms on > > which libthr is built. Amd64 and powerpc are the only > > platforms excluded. > > Even though libthr is now built by default on Alpha (I committed > the stubs this morning) the resulting DSO won't work. > As scottl mentioned alpha is the only tier 1 platform libthr > doesn't build on yet, and I'm hoping that can be corrected soon. > I'm trying to make it as easy as possible for an interested > person to pick it up. You (we) also need the *context() functions to work correctly. They used to work on alpha when I committed them, but something seems to have changed to break that. Here's a test program: http://people.freebsd.org/~deischen/ucontext/test_context.c -- Dan Eischen