Manuel Novoa III c96a844f52 Clean up CLK_TCK situation. clock() and sysconf() now use an hace 24 años
..
alpha c96a844f52 Clean up CLK_TCK situation. clock() and sysconf() now use an hace 24 años
arm 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 24 años
common c96a844f52 Clean up CLK_TCK situation. clock() and sysconf() now use an hace 24 años
h8300 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> hace 24 años
i386 c96a844f52 Clean up CLK_TCK situation. clock() and sysconf() now use an hace 24 años
i960 b34e006872 Patch from Martin Proulx <mproulx@okiok.com> to support hace 24 años
m68k a546f7b7b2 Fix dummy main reference so it works... hace 24 años
mips 45f83eeb35 Kill this stale file hace 24 años
powerpc aa65f3e766 Patch for a silly bug from David Blythe hace 24 años
sh 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link hace 24 años
sparc c96a844f52 Clean up CLK_TCK situation. clock() and sysconf() now use an hace 24 años
v850 81e8f981a8 Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. hace 24 años
Makefile 59c9d20af6 A few more little cleanups hace 24 años
README 2c8e931c67 Make spelling of uClibc be consistant. hace 26 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.