Bernhard Reutner-Fischer f1775381f9 - fix inline keyword 18 лет назад
..
alpha f1775381f9 - fix inline keyword 18 лет назад
arm f1775381f9 - fix inline keyword 18 лет назад
avr32 40ee4cb949 avr32: Put underscores around asm, inline, etc. 18 лет назад
bfin c8a4ed2b41 Fix merge error: mmap.c no longer exists in bfin/. 18 лет назад
common f1775381f9 - fix inline keyword 18 лет назад
cris a5e5e8cdd9 - add missing #endif 18 лет назад
e1 f1775381f9 - fix inline keyword 18 лет назад
frv f1775381f9 - fix inline keyword 18 лет назад
h8300 a5e5e8cdd9 - add missing #endif 18 лет назад
hppa a5e5e8cdd9 - add missing #endif 18 лет назад
i386 d35b0bc119 - fix asm and volatile keywords 18 лет назад
i960 a5e5e8cdd9 - add missing #endif 18 лет назад
ia64 d35b0bc119 - fix asm and volatile keywords 18 лет назад
m68k d35b0bc119 - fix asm and volatile keywords 18 лет назад
microblaze a5e5e8cdd9 - add missing #endif 18 лет назад
mips f1775381f9 - fix inline keyword 18 лет назад
nios 87726c7887 add missing includes of unistd.h for smallint usage 18 лет назад
nios2 a5e5e8cdd9 - add missing #endif 18 лет назад
powerpc f1775381f9 - fix inline keyword 18 лет назад
sh f1775381f9 - fix inline keyword 18 лет назад
sh64 a5e5e8cdd9 - add missing #endif 18 лет назад
sparc 388e096fa6 Include errno.h from kernel headers instead of using internal errno_values.h 18 лет назад
v850 a5e5e8cdd9 - add missing #endif 18 лет назад
vax a5e5e8cdd9 - add missing #endif 18 лет назад
x86_64 d35b0bc119 - fix asm and volatile keywords 18 лет назад
xtensa f1775381f9 - fix inline keyword 18 лет назад
Makefile ba31c6c463 Remove TOPDIR 21 лет назад
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 18 лет назад
Makefile.in 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles 21 лет назад
README 2c8e931c67 Make spelling of uClibc be consistant. 26 лет назад

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.