Hans-Christian Egtvedt 339d8b0bb6 Sync clone() function declaration for AVR32 with sched.h declaration 15 years ago
..
alpha fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
arm fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
avr32 339d8b0bb6 Sync clone() function declaration for AVR32 with sched.h declaration 15 years ago
bfin fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
common fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
cris 628d49934e File removed as it was not only redundant but also horribly out of date. 15 years ago
e1 fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
frv fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
h8300 5c742ff1a5 - add sync_file_range() 15 years ago
hppa ae549acff0 - remove superfluous ';'. No objcode changes. 15 years ago
i386 61f80c8e51 - fix sigaction on older kernels (Michael Deutschmann) 15 years ago
i960 5c742ff1a5 - add sync_file_range() 15 years ago
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) 15 years ago
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) 15 years ago
microblaze fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
mips fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
nios feeb0301b3 - add long double math wrappers (Ned Ludd) 15 years ago
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) 15 years ago
powerpc fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
sh fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
sh64 fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) 15 years ago
v850 fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
vax fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
x86_64 ae549acff0 - remove superfluous ';'. No objcode changes. 15 years ago
xtensa fc44a577aa - trim superfluous ';'. No objcode changes 15 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.commonarch f81be63bdb - also clean .oS 15 years ago
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 years ago
README 4d08c75822 - fix typo 15 years ago

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.