From owner-freebsd-amd64@FreeBSD.ORG Mon Jun 13 02:13:00 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org 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 12DCA16A41F for ; Mon, 13 Jun 2005 02:13:00 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD68F43D49 for ; Mon, 13 Jun 2005 02:12:59 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5D2CwNC020865; Sun, 12 Jun 2005 19:12:59 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5D2CwRD020754; Sun, 12 Jun 2005 19:12:58 -0700 (PDT) (envelope-from obrien) Date: Sun, 12 Jun 2005 19:12:58 -0700 From: "David O'Brien" To: Steve Kargl Message-ID: <20050613021258.GA5242@dragon.NUXI.org> References: <200506122320.j5CNKQAF023114@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506122320.j5CNKQAF023114@freefall.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/82178: missing 32bit subsystem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 02:13:00 -0000 On Sun, Jun 12, 2005 at 11:20:26PM +0000, Steve Kargl wrote: > From: Steve Kargl Actually this isn't correct for 5.4. There is a known issue that there are some missing bits in the 5.4 src/release/Makefile such that the 'base' tarball doesn't contain the 32-bit ld.so and 32-bit shared libs. Al one needs to do is 'make world' on a 5.4 system to get the needed bits. The GENERIC kernel already contains all the needed options, and src/Makefile.inc1 builds 32-bit bits by default. One would use NO_LIB32=yes to turn it off. -- -- David (obrien@FreeBSD.org)