Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751058Ab3IZN6L (ORCPT ); Thu, 26 Sep 2013 09:58:11 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:52543 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722Ab3IZN6I (ORCPT ); Thu, 26 Sep 2013 09:58:08 -0400 MIME-Version: 1.0 In-Reply-To: References: <1377073172-3662-1-git-send-email-richard@nod.at> <1377073172-3662-3-git-send-email-richard@nod.at> <52441025.9030308@nod.at> <52441407.9010603@nod.at> <52442108.1020304@nod.at> From: Ramkumar Ramachandra Date: Thu, 26 Sep 2013 19:27:27 +0530 Message-ID: Subject: Re: [PATCH 2/8] um: Do not use SUBARCH To: Geert Uytterhoeven Cc: Richard Weinberger , Linux-Arch , Michal Marek , Ralf Baechle , Paul Mundt , Jeff Dike , Guan Xuetao , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "the arch/x86 maintainers" , linux-kbuild , LKML , linux-m68k , Linux MIPS Mailing List , Linux-sh list , uml-devel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 688 Lines: 14 Geert Uytterhoeven wrote: > Sorry for chiming in, but... what about cross compiling? > SUBARCH=x86 should give you a 32-bit ia32 kernel, right? User-Mode Linux only supports two host architectures (called $SUBARCH) at the moment: i386 and x86_64. If you leave out the $SUBARCH on either an i386 or x86_64 machine, my patch will automatically pick the $(uname -m) architecture to build with. To cross-compile, specify the $SUBARCH explicitly. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/