From owner-freebsd-current@FreeBSD.ORG Tue May 6 03:58:32 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DE5A557 for ; Tue, 6 May 2014 03:58:32 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1952EB41 for ; Tue, 6 May 2014 03:58:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=76/1waWI+U0+xwsSlxbogfMJx5x2QdUy3xnGOUmvOWY=; b=V6BdWuIcCkeFT4TNOz3ROCMCj4W83GKCEpW/9ptDNBuZyfFwUVIFIX8vVcQfaTkaPghD6fyT4uExgCv5d3OnWcQ7vz6D5TEtirGbs/Q6SDJ2FEkCSEF/wSvqrcn16WrzrFCjwqssF8/VWhGrcHacCVu05N2hE9xwUEK6hD2iak0=; Received: from [39.212.82.65] (port=13589 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WhWWO-001Xfm-9q; Mon, 05 May 2014 21:58:25 -0600 Date: Tue, 6 May 2014 11:58:19 +0800 From: Erich Dollansky To: Adam McDougall Subject: Re: Should we make WITHOUT_LIB32=yes the default for 11-RELEASE? Message-ID: <20140506115819.5d5482fa@X220.alogt.com> In-Reply-To: <20140506020706.GP1519@egr.msu.edu> References: <20140506020706.GP1519@egr.msu.edu> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 06 May 2014 03:58:32 -0000 Hi, On Mon, 5 May 2014 22:07:06 -0400 Adam McDougall wrote: > On most amd64 systems I run, I usually set WITHOUT_LIB32=yes > in /etc/src.conf because I don't need them. This weekend I did a > stock install on an older AMD64 Core 2 Duo minipc and a buildworld of > 10-STABLE took almost two hours with LIB32 and CLANG since much of it > gets compiled twice. > > Is it time to deprecate LIB32 in -current for 11-RELEASE? I realize this is a good idea. Just document it properly. So everybody can still use it. Erich