Eric Andersen d68fdbb8a3 Fixup some silly bugs I added earlier пре 24 година
..
alpha bf15958a13 Needed for the alpha port пре 24 година
arm 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link пре 24 година
common d68fdbb8a3 Fixup some silly bugs I added earlier пре 24 година
h8300 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> пре 24 година
i386 a546f7b7b2 Fix dummy main reference so it works... пре 24 година
m68k a546f7b7b2 Fix dummy main reference so it works... пре 24 година
mips 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link пре 24 година
powerpc 108202d604 Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. пре 24 година
sh 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link пре 24 година
sparc e0827d1d4c Use the default version in include/sys instead пре 24 година
v850 81e8f981a8 Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. пре 24 година
Makefile 59c9d20af6 A few more little cleanups пре 24 година
README 2c8e931c67 Make spelling of uClibc be consistant. пре 26 година

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.