From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by 335xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1MJqLy-0000bK-IT for user-mode-linux-devel@lists.sourceforge.net; Thu, 25 Jun 2009 14:55:06 +0000 Received: from saraswathi.solana.com ([198.99.130.12]) by 3b2kzd1.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1MJqLa-0008Lz-6b for user-mode-linux-devel@lists.sourceforge.net; Thu, 25 Jun 2009 14:55:06 +0000 Date: Thu, 25 Jun 2009 10:51:55 -0400 From: Jeff Dike Message-ID: <20090625145155.GA6383@c2.user-mode-linux.org> References: <20090620005524.25582.69677.stgit@menage.mtv.corp.google.com> <4A3F4448.30502@panasas.com> <20090622085735.GB6499@cr0.nay.redhat.com> <20090622205226.fee30ba8.sfr@canb.auug.org.au> <20090625104901.GG6374@cr0.nay.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20090625104901.GG6374@cr0.nay.redhat.com> Subject: Re: [uml-devel] [PATCH] UML: Fix some apparent bitrot List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Amerigo Wang Cc: Stephen Rothwell , user-mode-linux-devel@lists.sourceforge.net, jdike@addtoit.com, linux-kernel@vger.kernel.org, akpm@linux-foundation.org On Thu, Jun 25, 2009 at 06:49:01PM +0800, Amerigo Wang wrote: > make ARCH=um SUBARCH=ppc? Or something similar... It would need to be make ARCH=um with an x86 cross-compiler. Jeff ------------------------------------------------------------------------------ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757978AbZFYP6T (ORCPT ); Thu, 25 Jun 2009 11:58:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752419AbZFYP6M (ORCPT ); Thu, 25 Jun 2009 11:58:12 -0400 Received: from saraswathi.solana.com ([198.99.130.12]:46358 "EHLO saraswathi.solana.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbZFYP6L (ORCPT ); Thu, 25 Jun 2009 11:58:11 -0400 X-Greylist: delayed 3782 seconds by postgrey-1.27 at vger.kernel.org; Thu, 25 Jun 2009 11:58:10 EDT Date: Thu, 25 Jun 2009 10:51:55 -0400 From: Jeff Dike To: Amerigo Wang Cc: Stephen Rothwell , Boaz Harrosh , Paul Menage , akpm@linux-foundation.org, jdike@addtoit.com, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [uml-devel] [PATCH] UML: Fix some apparent bitrot Message-ID: <20090625145155.GA6383@c2.user-mode-linux.org> References: <20090620005524.25582.69677.stgit@menage.mtv.corp.google.com> <4A3F4448.30502@panasas.com> <20090622085735.GB6499@cr0.nay.redhat.com> <20090622205226.fee30ba8.sfr@canb.auug.org.au> <20090625104901.GG6374@cr0.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090625104901.GG6374@cr0.nay.redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 25, 2009 at 06:49:01PM +0800, Amerigo Wang wrote: > make ARCH=um SUBARCH=ppc? Or something similar... It would need to be make ARCH=um with an x86 cross-compiler. Jeff