Bernhard Reutner-Fischer 1372e95c24 - remove a couple of duplicate includes před 16 roky
..
alpha 1f020b1786 - trim any trailing whitespace před 16 roky
arm 1f020b1786 - trim any trailing whitespace před 16 roky
avr32 40ee4cb949 avr32: Put underscores around asm, inline, etc. před 16 roky
bfin 1f020b1786 - trim any trailing whitespace před 16 roky
common 1372e95c24 - remove a couple of duplicate includes před 16 roky
cris 1f020b1786 - trim any trailing whitespace před 16 roky
e1 1f020b1786 - trim any trailing whitespace před 16 roky
frv 1f020b1786 - trim any trailing whitespace před 16 roky
h8300 1f020b1786 - trim any trailing whitespace před 16 roky
hppa 1f020b1786 - trim any trailing whitespace před 16 roky
i386 9581d701d8 - some more asm keyword fixes (Yann E. MORIN) před 16 roky
i960 a5e5e8cdd9 - add missing #endif před 16 roky
ia64 1f020b1786 - trim any trailing whitespace před 16 roky
m68k 1f020b1786 - trim any trailing whitespace před 16 roky
microblaze 1f020b1786 - trim any trailing whitespace před 16 roky
mips 9581d701d8 - some more asm keyword fixes (Yann E. MORIN) před 16 roky
nios 1f020b1786 - trim any trailing whitespace před 16 roky
nios2 1f020b1786 - trim any trailing whitespace před 16 roky
powerpc d7cb403f82 - Fix powerpc pread/pwrite (Wade Berrier) před 16 roky
sh ea67a0ceab Fix SH ldso sequence startup. před 16 roky
sh64 1f020b1786 - trim any trailing whitespace před 16 roky
sparc 1f020b1786 - trim any trailing whitespace před 16 roky
v850 1f020b1786 - trim any trailing whitespace před 16 roky
vax a5e5e8cdd9 - add missing #endif před 16 roky
x86_64 9581d701d8 - some more asm keyword fixes (Yann E. MORIN) před 16 roky
xtensa 1f020b1786 - trim any trailing whitespace před 16 roky
Makefile ba31c6c463 Remove TOPDIR před 19 roky
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG před 16 roky
Makefile.in 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles před 19 roky
README 2c8e931c67 Make spelling of uClibc be consistant. před 24 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.