Bernhard Reutner-Fischer 49d8a0e9c6 support building out-of-tree 15 лет назад
..
alpha 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
arm b1913a8760 syscall.c: Use common syscall.c for ARM 15 лет назад
avr32 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
bfin 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
common 4ae13b764d handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN 15 лет назад
cris 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
e1 8bf1bb4bf1 enable nanosecond stat support for everyone 15 лет назад
frv 5b355d314e add missing UTIME_* defines for *at funcs 15 лет назад
h8300 8bf1bb4bf1 enable nanosecond stat support for everyone 15 лет назад
hppa 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
i386 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
i960 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
ia64 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
m68k 671debdb67 m68k syscall: switch to common code 15 лет назад
microblaze 8bf1bb4bf1 enable nanosecond stat support for everyone 15 лет назад
mips 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
nios 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
nios2 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
powerpc 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
sh 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
sh64 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
sparc 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
v850 8bf1bb4bf1 enable nanosecond stat support for everyone 15 лет назад
vax 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
x86_64 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
xtensa 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 15 лет назад
Makefile ba31c6c463 Remove TOPDIR 18 лет назад
Makefile.commonarch 49d8a0e9c6 support building out-of-tree 15 лет назад
Makefile.in 49d8a0e9c6 support building out-of-tree 15 лет назад
README 4d08c75822 - fix typo 15 лет назад

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.