From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 1 02:13:45 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F08716A4CE for ; Tue, 1 Mar 2005 02:13:45 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238CB43D1D for ; Tue, 1 Mar 2005 02:13:45 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j212DikT028349; Mon, 28 Feb 2005 18:13:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j212DisI028348; Mon, 28 Feb 2005 18:13:44 -0800 (PST) (envelope-from sgk) Date: Mon, 28 Feb 2005 18:13:44 -0800 From: Steve Kargl To: Sean Message-ID: <20050301021344.GB28309@troutmask.apl.washington.edu> References: <4223C7FC.60305@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4223C7FC.60305@comcast.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-amd64@freebsd.org Subject: Re: WITH_LIB32=yes format X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 02:13:45 -0000 On Mon, Feb 28, 2005 at 08:40:12PM -0500, Sean wrote: > What is the correct format of having WITH_LIB32=yes? > In my make.conf I have WITH_LIB32=yes. That's it. > However I have seen others posting with "WITH_LIB32=yes" > Are the quotes needed? The quotes are not not needed. The quotes are used to set the text off from surrounding text. See make.conf(5). -- Steve