Manuel Novoa III 47167cdc5d Since __syscall_error is a C func, we need to store the syscall return value 20 years ago
..
alpha 582cf4bdc3 need syscall.h for __NR_clone definition 20 years ago
arm e8a4b87a04 rip out previous armeb old-stat abi compat code since arm linux opinion is that the old stat.h abi was for little endian only ... people should use this patch to fix their armeb kernels: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=863/1 20 years ago
bfin 130697527b merge parallel build support 20 years ago
common 2433f86b14 whoops, reversed naming of nano sec members ... kernel uses _, user space does not 20 years ago
cris 439fc76c8d Implement _start completely in assembler. Otherwise the compiler will 20 years ago
e1 130697527b merge parallel build support 20 years ago
frv 8f09de8da8 merge parallel build support 20 years ago
h8300 4203076cd1 no more cvs 20 years ago
i386 f983b69c2b oops, we want to jmp to the syscall handler, not call it 20 years ago
i960 130697527b merge parallel build support 20 years ago
m68k 69d12812f2 change the reg class so it actually compiles 20 years ago
microblaze 130697527b merge parallel build support 20 years ago
mips 47167cdc5d Since __syscall_error is a C func, we need to store the syscall return value 20 years ago
nios 130697527b merge parallel build support 20 years ago
nios2 130697527b merge parallel build support 20 years ago
powerpc 77bd38db59 update comments/syntax and make sure we include features.h for the hidden define 20 years ago
sh cc90599160 need to include features.h to get uclibc defines 20 years ago
sh64 130697527b merge parallel build support 20 years ago
sparc 0f40e2b464 import the __syscall_error trick for errno handling 20 years ago
v850 4203076cd1 no more cvs 20 years ago
x86_64 2e41a6a74e tweak whitespace 20 years ago
Makefile 130697527b merge parallel build support 20 years ago
README 2c8e931c67 Make spelling of uClibc be consistant. 25 years ago

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.