Eric Andersen b8d09d7cfc Cleanup the getcwd implementation (again) since I broke it il y a 22 ans
..
alpha 61a667b175 And with this, the alpha port is not basically working. il y a 22 ans
arm 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link il y a 22 ans
common b8d09d7cfc Cleanup the getcwd implementation (again) since I broke it il y a 22 ans
h8300 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> il y a 22 ans
i386 a546f7b7b2 Fix dummy main reference so it works... il y a 22 ans
i960 b34e006872 Patch from Martin Proulx <mproulx@okiok.com> to support il y a 22 ans
m68k a546f7b7b2 Fix dummy main reference so it works... il y a 22 ans
mips 611717e47e Changes so that 'regdef.h' gets included in the development environment. il y a 22 ans
powerpc 108202d604 Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. il y a 22 ans
sh 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link il y a 22 ans
sparc e0827d1d4c Use the default version in include/sys instead il y a 22 ans
v850 81e8f981a8 Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. il y a 22 ans
Makefile 59c9d20af6 A few more little cleanups il y a 22 ans
README 2c8e931c67 Make spelling of uClibc be consistant. il y a 24 ans

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.