[BusyBox] Compiling busybox with newlib [PATCH]

Shaun Jackman sjackman at gmail.com
Fri Mar 4 04:38:35 UTC 2005


> what is the point of this hunk ?  __NR_sysfs is defined in every arch the
> linux kernel supports ...
> -mike

No Linux kernel. =P

newlib is typically used with embedded targets of the non-kernel
variety (i.e. single process). It also supports Linux targets, but
this is less common. glibc or uClibc is usually used with those
targets.

Alternatively, we could wrap the whole file in a #ifdef LINUX, or some
suitable symbol.

Cheers,
Shaun



More information about the busybox mailing list