From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754530AbYBQD7C (ORCPT ); Sat, 16 Feb 2008 22:59:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752144AbYBQD6x (ORCPT ); Sat, 16 Feb 2008 22:58:53 -0500 Received: from terminus.zytor.com ([198.137.202.10]:39291 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbYBQD6x (ORCPT ); Sat, 16 Feb 2008 22:58:53 -0500 Message-ID: <47B7B0CE.7000701@zytor.com> Date: Sat, 16 Feb 2008 19:58:06 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Randy Dunlap CC: "Rafael J. Wysocki" , Andrew Morton , linux-kernel@vger.kernel.org, pavel@suse.cz, Len Brown , sam@ravnborg.org Subject: Re: 2.6.25-rc2-mm1 (wakeup) References: <20080216002522.9c4bd0fb.akpm@linux-foundation.org> <20080216094844.3e5224f0.randy.dunlap@oracle.com> <200802170218.08770.rjw@sisk.pl> <47B78C6C.6040905@zytor.com> <20080216181918.3f2a1665.randy.dunlap@oracle.com> In-Reply-To: <20080216181918.3f2a1665.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > > Yes, adding -m32 to the X86_32 config ccflags (as is done for the > X86_64 case) makes it build for me. (like patch below) > It's wrong, though, because you can't assume a 32-bit compiler knows about -m32. You need $(call cc-option,-m32). -hpa