From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Richard Weinberger Date: Sun, 12 Jan 2014 20:01:36 +0100 Message-ID: <16765842.Y8dV5ShgA9@sandpuppy> In-Reply-To: References: <20140112120305.GA13076@gmail.com> <3356484.sS3LQGJdk9@sandpuppy> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [uml-devel] [PATCH] um, x86: Fix vDSO build To: Geert Uytterhoeven Cc: "H. Peter Anvin" , uml-devel , linux-tip-commits@vger.kernel.org, Paul Gortmaker , Ingo Molnar , Thomas Gleixner , Fengguang Wu List-ID: Am Sonntag, 12. Januar 2014, 19:58:06 schrieb Geert Uytterhoeven: > On Sun, Jan 12, 2014 at 6:17 PM, Richard Weinberger wrote: > > Fengguang, please make sure that you build both UML/i386 and UML/x86_64. > > i.e. make defconfig ARCH=um SUBARCH=i386 && make linux ARCH=um > > and make defconfig ARCH=um SUBARCH=x86 && make linux ARCH=um > > x86 or x86_64? Both x86 and x86_64 will create a CONFIG_64BIT=y .config. Thanks, //richard