From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 17 04:43:56 2004 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 DE47A16A4CF for ; Sun, 17 Oct 2004 04:43:56 +0000 (GMT) Received: from tibor.swiftdsl.com.au (tibor.swiftdsl.com.au [202.154.92.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E0F43D49 for ; Sun, 17 Oct 2004 04:43:55 +0000 (GMT) (envelope-from mv@roq.com) Received: (qmail 10962 invoked from network); 17 Oct 2004 04:48:00 -0000 Received: from unknown (HELO [10.0.0.55]) ([218.214.143.85]) (envelope-sender ) by tibor.swiftdsl.com.au (qmail-ldap-1.03) with SMTP for ; 17 Oct 2004 04:48:00 -0000 Message-ID: <4171F89A.3010908@roq.com> Date: Sun, 17 Oct 2004 14:44:10 +1000 From: Michael Vince User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <4169E68D.9070102@cisnet.com> <416FB37B.5000908@cisnet.com> <200410150954.56686.peter@wemm.org> In-Reply-To: <200410150954.56686.peter@wemm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Christer Solskogen cc: freebsd-amd64@freebsd.org Subject: Re: i386 compat 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: Sun, 17 Oct 2004 04:43:57 -0000 Sounds great! >For what its worth, I've got a version of this hack that attaches to >'make world'. With the patches, you can add 'WANT_LIB32=yes' >to /etc/make.conf and these will be included with the each future >build. > >It isn't properly integrated with the build yet - it is more like a >make-ified version of build32.sh. > >