Re: PATCH [0/3]: Simplify the kernel build by removing perl.

From: Matthieu CASTET
Date: Fri Jan 02 2009 - 11:04:25 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/