On Mon, Apr 06, 2009 at 09:00:39AM +0200, Bernd B?ttner wrote:
> ping
> is this a silly question?
>
>
> Bernd B?ttner schrieb:
>> I'm trying to switch from 20070130 distribution to 20080808 with  
>> 20090312 patch.
>> Platform is Coldfire 5282 (no mmu).
>> uClibc has a new compiler-switch named __ARCH_USE_MMU__ and therefore  
>> 'fork'
>> is no more available.
>> The result is that ntpdate, iperf and I thing some others do not compile.
>> Must I change fork to vfork in these utilities or is there a workaround 
>> I haven't seen?

nommu implies no fork() call.  You must convert to vfork+exec on nommu
systems.  This is not new, I believe it has always been that way.

-- 
Len Sorensen
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to