Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754448AbZADBcq (ORCPT ); Sat, 3 Jan 2009 20:32:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751072AbZADBcg (ORCPT ); Sat, 3 Jan 2009 20:32:36 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:41285 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750883AbZADBcg (ORCPT ); Sat, 3 Jan 2009 20:32:36 -0500 From: Rob Landley Organization: Boundaries Unlimited To: Matthieu CASTET Subject: Re: PATCH [0/3]: Simplify the kernel build by removing perl. Date: Sat, 3 Jan 2009 19:32:32 -0600 User-Agent: KMail/1.10.1 (Linux/2.6.27-7-generic; KDE/4.1.2; x86_64; ; ) Cc: Arkadiusz Miskiewicz , linux-kernel@vger.kernel.org, Embedded Linux mailing list , Andrew Morton , "H. Peter Anvin" , Sam Ravnborg References: <200901020207.30359.rob@landley.net> <200901020513.19593.rob@landley.net> <495E3AF8.6000006@parrot.com> In-Reply-To: <495E3AF8.6000006@parrot.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200901031932.33003.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1201 Lines: 34 On Friday 02 January 2009 10:04:08 Matthieu CASTET wrote: > Rob Landley a écrit : > > On Friday 02 January 2009 03:26:37 Arkadiusz Miskiewicz wrote: > >> On Friday 02 of January 2009, Rob Landley wrote: > >> > >> Heh, > > > > I believe all three scripts run under dash and busybox ash. (The > > timeconst.sh one needs 64 bit math which dash only provides on 64 bit > > hosts, which is a regression from Red Hat 9 in 2003 by the way. > > With dash 0.5.4-12 (from debian sid), I seems I got the 64 bit math for > 32 bit hosts : > $ uname -m > i686 > $ dash -c 'echo $((1<<32))' > 4294967296 > > > Matthieu Alas, my attempt to install a 32 bit version of xubuntu 8.10 under qemu hung at "Scanning files: 15%", and has been there for an hour now. I'll have to take your word for it. (All three scripts work fine under 64 bit dash.) I encountered one bug in busybox, which I pinged that list about, but otherwise busybox ash works on 'em all too. Rob -- 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/