Bernhard Reutner-Fischer 3641b8d97e always define float_t as float 17 лет назад
..
alpha 3641b8d97e always define float_t as float 17 лет назад
arm 3e151bdde5 Revert "syscall.c: Use common syscall.c for ARM" 17 лет назад
avr32 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
bfin 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
common 656167d891 fstatat: fix up behavior on 32/64 bit hosts 17 лет назад
cris 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
e1 8bf1bb4bf1 enable nanosecond stat support for everyone 17 лет назад
frv 5b355d314e add missing UTIME_* defines for *at funcs 17 лет назад
h8300 8bf1bb4bf1 enable nanosecond stat support for everyone 17 лет назад
hppa 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
i386 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
i960 e9adfff447 uClibc_arch_features: sync defines between ports 17 лет назад
ia64 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
m68k ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
microblaze 8bf1bb4bf1 enable nanosecond stat support for everyone 17 лет назад
mips ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
nios ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
nios2 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
powerpc 3641b8d97e always define float_t as float 17 лет назад
sh 3641b8d97e always define float_t as float 17 лет назад
sh64 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
sparc 3641b8d97e always define float_t as float 17 лет назад
v850 8bf1bb4bf1 enable nanosecond stat support for everyone 17 лет назад
vax 47b61ca513 build: Include Makefile.commonarch from common Makefile.in 17 лет назад
x86_64 ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
xtensa ad8e1035c3 honour NO_LONG_DOUBLE_MATH 17 лет назад
Makefile ba31c6c463 Remove TOPDIR 21 лет назад
Makefile.commonarch 49d8a0e9c6 support building out-of-tree 17 лет назад
Makefile.in 49d8a0e9c6 support building out-of-tree 17 лет назад
README 4d08c75822 - fix typo 18 лет назад

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.