From owner-cvs-src@FreeBSD.ORG Sat Aug 9 08:39:30 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 6364737B405 for ; Sat, 9 Aug 2003 08:39:30 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id BE5A343FCB for ; Sat, 9 Aug 2003 08:39:28 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 62311 invoked by uid 1002); 9 Aug 2003 15:39:27 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 9 Aug 2003 15:39:27 -0000 Message-ID: <3F3515AE.5020602@freebsd.org> Date: Sat, 09 Aug 2003 09:39:26 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: <200308091529.h79FTrqa023788@repoman.freebsd.org> In-Reply-To: <200308091529.h79FTrqa023788@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib 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, 09 Aug 2003 15:39:30 -0000 Daniel Eischen wrote: > deischen 2003/08/09 08:29:53 PDT > > FreeBSD src repository > > Modified files: > lib Makefile > Log: > Add libpthread to the alpha build. > > Requested by ru: Since the majority of archs can now support the > build of libpthread, rearrange the Makefile to treat libpthread > as an exception. > > Revision Changes Path > 1.168 +3 -9 src/lib/Makefile > Excellent! By my count, that leaves sparc64 as the last Tier-1 platform, correct? Maybe Jake, Thomas, or Jean-Mark can tackle it? Scott