From owner-cvs-src@FreeBSD.ORG Tue Oct 19 14:44:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC92C16A4CF for ; Tue, 19 Oct 2004 14:44:40 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895DD43D48 for ; Tue, 19 Oct 2004 14:44:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9JEh8gO011869; Tue, 19 Oct 2004 08:43:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Oct 2004 08:43:24 -0600 (MDT) Message-Id: <20041019.084324.106215221.imp@bsdimp.com> To: andy@fud.org.nz From: "M. Warner Losh" In-Reply-To: <20041019073145.GA29746@thingy.tbd.co.nz> References: <20041019071102.GA49717@FreeBSD.org> <20041019072349.GA28133@samodelkin.net> <20041019073145.GA29746@thingy.tbd.co.nz> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: danfe@freebsd.org cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: ru@freebsd.org cc: obrien@freebsd.org cc: fjoe@samodelkin.net Subject: Re: cvs commit: src/lib/libc/i386/net htonl.S ntohl.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:44:41 -0000 In message: <20041019073145.GA29746@thingy.tbd.co.nz> Andrew Thompson writes: : > I am afraid that recompiling a kernel on i386 will require several days. : : Chicken and the egg. To support i386 it must be recompiled, so you would : have to do it on another box anyway. The only people that will seriously want to use i386 these days are the folks that build embedded systems. Those you have to build on some host then deploy to the target system. There are some benefits to having i386 in the tree. However, there are also a number of different places in the tree where things are sub-optimal because we still have support for i386 in there. The desire to remove them is to make FreeBSD go faster on more modern hardware. Warner