Ingo van Lil 38265c7af5 i386: store errno value before using __set_errno() il y a 16 ans
..
alpha e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
arm e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
avr32 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
bfin e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
common e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
cris e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
e1 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
frv e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
h8300 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
hppa e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
i386 38265c7af5 i386: store errno value before using __set_errno() il y a 16 ans
i960 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
ia64 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
m68k e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
microblaze e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
mips e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
nios e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
nios2 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
powerpc e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
sh e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
sh64 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
sparc e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
v850 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
vax e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
x86_64 e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
xtensa e9adfff447 uClibc_arch_features: sync defines between ports il y a 16 ans
Makefile ba31c6c463 Remove TOPDIR il y a 20 ans
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target il y a 17 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 20 ans
README 4d08c75822 - fix typo il y a 17 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.