| 12345678910 | This directory level abstracts out the Linux Operating System dependentfeatures of uClibc for supported Linux architectures/CPUs.  If you wanted toport uClibc to some new Linux architecture (arm, mips, etc), this is the placeto add that support.All stuff that is not at all dependent on a particular Linux architecturegoes in the 'common' directory. However, for new architectures which areusing the generic syscalls in the Linux Kernel, the 'common-generic'directory should be used instead as they all use identical interfaces forthe system calls.
 |