Khem Raj 3e151bdde5 Revert "syscall.c: Use common syscall.c for ARM" 16 år sedan
..
alpha ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
arm 3e151bdde5 Revert "syscall.c: Use common syscall.c for ARM" 16 år sedan
avr32 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
bfin 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
common 8192a60a71 drop last _syscall6 checks 16 år sedan
cris 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
e1 8bf1bb4bf1 enable nanosecond stat support for everyone 16 år sedan
frv 5b355d314e add missing UTIME_* defines for *at funcs 16 år sedan
h8300 8bf1bb4bf1 enable nanosecond stat support for everyone 16 år sedan
hppa 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
i386 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
i960 e9adfff447 uClibc_arch_features: sync defines between ports 16 år sedan
ia64 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
m68k ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
microblaze 8bf1bb4bf1 enable nanosecond stat support for everyone 16 år sedan
mips ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
nios ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
nios2 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
powerpc ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
sh ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
sh64 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
sparc ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
v850 8bf1bb4bf1 enable nanosecond stat support for everyone 16 år sedan
vax 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 16 år sedan
x86_64 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
xtensa ad8e1035c3 honour NO_LONG_DOUBLE_MATH 16 år sedan
Makefile ba31c6c463 Remove TOPDIR 20 år sedan
Makefile.commonarch 49d8a0e9c6 support building out-of-tree 16 år sedan
Makefile.in 49d8a0e9c6 support building out-of-tree 16 år sedan
README 4d08c75822 - fix typo 17 år sedan

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.