From owner-freebsd-stable@FreeBSD.ORG Tue Feb 15 21:28:34 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E9D16A4CE for ; Tue, 15 Feb 2005 21:28:34 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB8043D55 for ; Tue, 15 Feb 2005 21:28:34 +0000 (GMT) (envelope-from alexjeffburke@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so870480wra for ; Tue, 15 Feb 2005 13:28:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=kWAF8f0irgz2iw1iDyQnu+mAsgEjcJvqUP3ggFAI41UScb5Eg7qdPFSvSkmD7r4wAF5Juj4Ea+lhzadZHW5oJoaQz4Z4ZSf4FJTLg9CaOUkuQeHaUSEFlUXTE1ZdcrWVLtnHYUYpC2IjjeMIuKBc3b00mtKB20rdxloHYlKSwP0= Received: by 10.54.30.70 with SMTP id d70mr23101wrd; Tue, 15 Feb 2005 13:28:33 -0800 (PST) Received: by 10.54.37.43 with HTTP; Tue, 15 Feb 2005 13:28:33 -0800 (PST) Message-ID: Date: Tue, 15 Feb 2005 21:28:33 +0000 From: Alex Burke To: FreeBSD STABLE Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Cross compiling X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Burke List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 21:28:34 -0000 Hi, I was just wondering whether it is posibl to build say a 4.11 kernel on a 5.3 system - I'd like to have only one machine here on which I maintain all the sources and buidl what i need, then I think you can mount the /usr/obj file system and /usr/src and run the install stages on other systems. Also, can I build kernels for different architectures on a normal i386 box? Thanks, Alex J Burke.