From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: linux-next: Tree for November 5 Date: Thu, 5 Nov 2009 10:31:04 -0600 Message-ID: <200911050931.04838.bjorn.helgaas@hp.com> References: <20091105190426.c9cadada.sfr@canb.auug.org.au> <4AF2AB23.9000907@in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:43984 "EHLO g5t0006.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757262AbZKEQbA (ORCPT ); Thu, 5 Nov 2009 11:31:00 -0500 In-Reply-To: <4AF2AB23.9000907@in.ibm.com> Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: Sachin Sant Cc: LKML , linux-next@vger.kernel.org, jbarnes@virtuousgeek.org On Thursday 05 November 2009 03:38:27 am Sachin Sant wrote: > Today's next tree fails to build on i386 with > > arch/x86/pci/built-in.o: In function `align_resource': > arch/x86/pci/acpi.c:82: undefined reference to `__udivdi3' > > The code in question was added by commit > 03db42adfeeabe856dbb6894dd3aaff55838330a. I'll look into this. I did build and test a 32-bit x86 kernel, but I built it on an x86_64 box using "linux32 make ...", which looks like it used gcc 4.3.2. Bjorn