Re: [ptxdist] PTXdist roadmap & busybox changes

2007-04-26 Thread Juergen Beisert
On Thursday 26 April 2007 11:53, Robert Schwebel wrote: > So please test trunk on your projects NOW and report possible problems. For the archives: Busybox's httpd run from busybox's inetd does not work in busybox 1.4.2. Juergen -- Dipl.-Ing. Juergen Beisert | http://www.pengutronix.de  Pengut

[ptxdist] PTXdist roadmap & busybox changes

2007-04-26 Thread Robert Schwebel
Folks, especially Ladis, ;) > Author: rsc > Date: 2007-04-26 11:44:06 +0200 (Thu, 26 Apr 2007) > New Revision: 7122 Ladis' recent busybox update to ptxdist-1.4.2 results in lots of changed busybox options in ptxconfig, which makes it really difficult to migrate old configurations. I've committed

Re: [ptxdist] ptxdist arm-softfloat and long double

2007-04-26 Thread Marc Kleine-Budde
Hi, Nicolas TOUCHARD wrote: > The test program is : > printf("sizeof(double) = %d \n", sizeof(double)); > printf("sizeof(long double) = %d \n", sizeof(long double)); > > The result on x86 is : > sizeof(double) = 8 > sizeof(long double) = 12 > > The result on ARM px270 is :( gcc

[ptxdist] ptxdist arm-softfloat and long double

2007-04-26 Thread Nicolas TOUCHARD
I use ptxdist 0.10.4 for my Phycore-PXA270 and the the arm toolchain ( gcc4.0.2-glibc-2.3.6). In a binary file, I try to catch a long double (10 bytes ). On my computer , with the x86 gcc , it's succeed beacause of the long double is 12 bytes. On the other hand, with the cross-compiler, the lon