Eric Andersen b340985b27 Cleanup makefiles and make clean a bit 22 years ago
..
alpha e2d3f03559 Support O_STREAMING 22 years ago
arm 9febc84ad3 Update sigaction syscall names to act more like glibc. Fix the x86 sigaction 22 years ago
common b340985b27 Cleanup makefiles and make clean a bit 22 years ago
cris 0287134396 Properly prefix some symbols 22 years ago
h8300 de2abcca5a Patch from Yoshinori Sato to update the h8300 architecture. 22 years ago
i386 a81c2218a2 simpler method for getting a 'main' reference. Make _init and _fini 22 years ago
i960 0287134396 Properly prefix some symbols 22 years ago
m68k e28fe98585 Fixup handling of disabled options 22 years ago
mips 270ae06ae8 Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type 22 years ago
powerpc 37e26f6164 Shuffle two lines so the comment applies to the correct line. 22 years ago
sh 3628edc05e Based on discussions with Stefan Allius, change it so that we always 22 years ago
sparc f980a783a3 Rework sparc architecture support so it will compile 22 years ago
v850 ad9be0e47c Initial checkin 22 years ago
Makefile 66812a6f8c Added cris to ALL_SUBDIRS 22 years ago
README 2c8e931c67 Make spelling of uClibc be consistant. 24 years ago

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.

All the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.