Eric Andersen e0827d1d4c Use the default version in include/sys instead hace 22 años
..
alpha e0827d1d4c Use the default version in include/sys instead hace 22 años
arm 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 22 años
common 5dd841936b Fixes for 64 bit arches hace 22 años
h8300 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 22 años
i386 a546f7b7b2 Fix dummy main reference so it works... hace 22 años
m68k a546f7b7b2 Fix dummy main reference so it works... hace 22 años
mips 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 22 años
powerpc 108202d604 Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. hace 22 años
sh 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 22 años
sparc e0827d1d4c Use the default version in include/sys instead hace 22 años
v850 81e8f981a8 Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. hace 22 años
Makefile 59c9d20af6 A few more little cleanups hace 22 años
README 2c8e931c67 Make spelling of uClibc be consistant. hace 24 años

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.