From owner-freebsd-current@FreeBSD.ORG Fri Aug 30 15:40:02 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B74E768; Fri, 30 Aug 2013 15:40:02 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58DCE2D87; Fri, 30 Aug 2013 15:40:02 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id r7UFdwQx087822; Fri, 30 Aug 2013 08:39:58 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id r7UFdwul087821; Fri, 30 Aug 2013 08:39:58 -0700 (PDT) (envelope-from sgk) Date: Fri, 30 Aug 2013 08:39:58 -0700 From: Steve Kargl To: Tim Kientzle Subject: Re: GCC withdraw Message-ID: <20130830153958.GA87788@troutmask.apl.washington.edu> References: <20130822200902.GG94127@funkthat.com> <201308291057.43027.jhb@freebsd.org> <8F836479-BC3A-4679-A7AA-3BCDD34AE6C5@FreeBSD.org> <52204746.2070900@freebsd.org> <3C11736737A54D84B80B1D27406F8039@FreeBSD.org> <53AB1421-BC0C-4F29-B799-721553B3B1DA@FreeBSD.org> <87CD56E4-98CE-4BA4-A9C6-433F9196A5B4@kientzle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87CD56E4-98CE-4BA4-A9C6-433F9196A5B4@kientzle.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Current , David Chisnall , toolchain@FreeBSD.org, "freebsd-current@freebsd.org CURRENT" , "Sam Fourman Jr." , Boris Samorodov , Jonathan Anderson X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 15:40:02 -0000 On Fri, Aug 30, 2013 at 06:38:41AM -0700, Tim Kientzle wrote: > > On 30 Aug 2013, at 08:56, Jonathan Anderson wrote: > > > ... then people wanting to compile the base system with gcc/g++ ... > > > I'm still curious *why* some people want this? > Buildworld completes in 1/4th the amount of time with gcc and it consumes much less memory. -- Steve