Bernhard Reutner-Fischer ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
..
alpha feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
arm feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 16 yıl önce
bfin 2ba017a2d5 - use c89-style comments 16 yıl önce
common ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. 16 yıl önce
e1 2ba017a2d5 - use c89-style comments 16 yıl önce
frv ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
h8300 5c742ff1a5 - add sync_file_range() 16 yıl önce
hppa ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
i386 61f80c8e51 - fix sigaction on older kernels (Michael Deutschmann) 16 yıl önce
i960 5c742ff1a5 - add sync_file_range() 16 yıl önce
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
microblaze 2ba017a2d5 - use c89-style comments 16 yıl önce
mips ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
nios feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
powerpc ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
sh ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
sh64 5c742ff1a5 - add sync_file_range() 16 yıl önce
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
v850 2ba017a2d5 - use c89-style comments 16 yıl önce
vax 5c742ff1a5 - add sync_file_range() 16 yıl önce
x86_64 ae549acff0 - remove superfluous ';'. No objcode changes. 16 yıl önce
xtensa feeb0301b3 - add long double math wrappers (Ned Ludd) 16 yıl önce
Makefile ba31c6c463 Remove TOPDIR 19 yıl önce
Makefile.commonarch f81be63bdb - also clean .oS 16 yıl önce
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 19 yıl önce
README 4d08c75822 - fix typo 16 yıl önce

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.