Eric Andersen 3216db7c3b Patch from Stefan Allius. Include CPU_CFLAGS when compiling před 23 roky
..
alpha e2d3f03559 Support O_STREAMING před 23 roky
arm 401ee58a14 A patch from Vincent Sanders to fix the arm implementation of před 23 roky
common 3216db7c3b Patch from Stefan Allius. Include CPU_CFLAGS when compiling před 23 roky
cris 0287134396 Properly prefix some symbols před 23 roky
h8300 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've před 23 roky
i386 e2d3f03559 Support O_STREAMING před 23 roky
i960 0287134396 Properly prefix some symbols před 23 roky
m68k 0287134396 Properly prefix some symbols před 23 roky
mips d3077ff7af Octal to hex před 23 roky
powerpc 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've před 23 roky
sh cff029c298 I dunno why there were align 5, but align 4 is much more sensible. před 23 roky
sparc d3077ff7af Octal to hex před 23 roky
v850 e2d3f03559 Support O_STREAMING před 23 roky
Makefile 66812a6f8c Added cris to ALL_SUBDIRS před 23 roky
README 2c8e931c67 Make spelling of uClibc be consistant. před 25 roky

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.