Bernhard Reutner-Fischer b74c3aa1a9 - less verbose make clean 16 年之前
..
alpha fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
arm fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
avr32 d5509b1c67 Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch 16 年之前
bfin fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
common b74c3aa1a9 - less verbose make clean 16 年之前
cris 628d49934e File removed as it was not only redundant but also horribly out of date. 16 年之前
e1 fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
frv fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
h8300 5c742ff1a5 - add sync_file_range() 16 年之前
hppa ae549acff0 - remove superfluous ';'. No objcode changes. 16 年之前
i386 61f80c8e51 - fix sigaction on older kernels (Michael Deutschmann) 16 年之前
i960 5c742ff1a5 - add sync_file_range() 16 年之前
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) 16 年之前
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) 16 年之前
microblaze fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
mips fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
nios feeb0301b3 - add long double math wrappers (Ned Ludd) 16 年之前
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) 16 年之前
powerpc fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
sh fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
sh64 fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) 16 年之前
v850 fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
vax fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
x86_64 ae549acff0 - remove superfluous ';'. No objcode changes. 16 年之前
xtensa fc44a577aa - trim superfluous ';'. No objcode changes 16 年之前
Makefile ba31c6c463 Remove TOPDIR 19 年之前
Makefile.commonarch b74c3aa1a9 - less verbose make clean 16 年之前
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 年之前
README 4d08c75822 - fix typo 16 年之前

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.