On Wed, Jul 28, 2010 at 11:54:50PM +0200, Tito wrote: > PS: maybe the same result could be achieved by creating custom defconfig > files for other os like the linux kernel does with broken features disabled. > That way the code could be kept clean from #ifdef __linux__ statements.
Without those #ifdef __linux__ statements, those apps simply can't be used on other architectures. I don't see how that's an improvement, except in readability. >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
