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

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.