Bernhard Reutner-Fischer fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
..
alpha fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
arm fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
avr32 fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
bfin fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
common fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. před 17 roky
e1 fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
frv fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
h8300 5c742ff1a5 - add sync_file_range() před 17 roky
hppa ae549acff0 - remove superfluous ';'. No objcode changes. před 17 roky
i386 61f80c8e51 - fix sigaction on older kernels (Michael Deutschmann) před 17 roky
i960 5c742ff1a5 - add sync_file_range() před 17 roky
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) před 17 roky
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) před 17 roky
microblaze fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
mips fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
nios feeb0301b3 - add long double math wrappers (Ned Ludd) před 17 roky
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) před 17 roky
powerpc fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
sh fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
sh64 fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) před 17 roky
v850 fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
vax fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
x86_64 ae549acff0 - remove superfluous ';'. No objcode changes. před 17 roky
xtensa fc44a577aa - trim superfluous ';'. No objcode changes před 17 roky
Makefile ba31c6c463 Remove TOPDIR před 20 roky
Makefile.commonarch f81be63bdb - also clean .oS před 17 roky
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 před 20 roky
README 4d08c75822 - fix typo před 17 roky

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.