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

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.