Waldemar Brodkorb 48d8d11d69 Add implementation for copysignl for i386 vor 10 Jahren
..
alpha 0739a3e166 add definitions for O_PATH vor 10 Jahren
arc 0739a3e166 add definitions for O_PATH vor 10 Jahren
arm 0739a3e166 add definitions for O_PATH vor 10 Jahren
avr32 0739a3e166 add definitions for O_PATH vor 10 Jahren
bfin 0739a3e166 add definitions for O_PATH vor 10 Jahren
c6x 0739a3e166 add definitions for O_PATH vor 10 Jahren
common 016e7cb223 Provide XTI __t_scalar_t types, like glibc vor 10 Jahren
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 vor 12 Jahren
cris 0739a3e166 add definitions for O_PATH vor 10 Jahren
frv 0739a3e166 add definitions for O_PATH vor 10 Jahren
h8300 ccd86ad298 h8300: vfork flags update. vor 10 Jahren
hppa 0739a3e166 add definitions for O_PATH vor 10 Jahren
i386 48d8d11d69 Add implementation for copysignl for i386 vor 10 Jahren
ia64 0739a3e166 add definitions for O_PATH vor 10 Jahren
lm32 1957edde77 lm32: fix testsuite compile problems vor 10 Jahren
m68k 0739a3e166 add definitions for O_PATH vor 10 Jahren
metag 0739a3e166 add definitions for O_PATH vor 10 Jahren
microblaze 0739a3e166 add definitions for O_PATH vor 10 Jahren
mips 0739a3e166 add definitions for O_PATH vor 10 Jahren
nios2 0739a3e166 add definitions for O_PATH vor 10 Jahren
or1k 0739a3e166 add definitions for O_PATH vor 10 Jahren
powerpc ce64875415 Add implementation for copysignl for ppc vor 10 Jahren
sh 1e28bdaabb sh: add back sh2 specific assembly for clone() vor 10 Jahren
sparc 82b948ef8f remove deprecated architectures v850/i960 vor 10 Jahren
x86_64 0739a3e166 add definitions for O_PATH vor 10 Jahren
xtensa 382f51ae1c xtensa: fix vfork return address calculations vor 10 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 20 Jahren
Makefile.commonarch 9df521f763 buildsys: Do not build crt upon pregen vor 11 Jahren
Makefile.in 49d8a0e9c6 support building out-of-tree vor 16 Jahren
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures vor 13 Jahren

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for supported 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 stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory. However, for new architectures which are
using the generic syscalls in the Linux Kernel, the 'common-generic'
directory should be used instead as they all use identical interfaces for
the system calls.