Mike Frysinger 582cf4bdc3 need syscall.h for __NR_clone definition před 19 roky
..
alpha 582cf4bdc3 need syscall.h for __NR_clone definition před 19 roky
arm 77bd38db59 update comments/syntax and make sure we include features.h for the hidden define před 19 roky
bfin 130697527b merge parallel build support před 19 roky
common 9763cff2eb fix typo in umount2() emulation of umount() před 19 roky
cris 439fc76c8d Implement _start completely in assembler. Otherwise the compiler will před 19 roky
e1 130697527b merge parallel build support před 19 roky
frv 8f09de8da8 merge parallel build support před 19 roky
h8300 4203076cd1 no more cvs před 19 roky
i386 f983b69c2b oops, we want to jmp to the syscall handler, not call it před 19 roky
i960 130697527b merge parallel build support před 19 roky
m68k 69d12812f2 change the reg class so it actually compiles před 19 roky
microblaze 130697527b merge parallel build support před 19 roky
mips 77bd38db59 update comments/syntax and make sure we include features.h for the hidden define před 19 roky
nios 130697527b merge parallel build support před 19 roky
nios2 130697527b merge parallel build support před 19 roky
powerpc 77bd38db59 update comments/syntax and make sure we include features.h for the hidden define před 19 roky
sh cc90599160 need to include features.h to get uclibc defines před 19 roky
sh64 130697527b merge parallel build support před 19 roky
sparc 0f40e2b464 import the __syscall_error trick for errno handling před 19 roky
v850 4203076cd1 no more cvs před 19 roky
x86_64 5303a70090 the generic mmap.c is not good enough for us, we need the syscall6() version před 19 roky
Makefile 130697527b merge parallel build support 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.