Ron 8ee834680d Avoid warnings about shifting more bits than we have hace 16 años
..
alpha e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
arm 8ee834680d Avoid warnings about shifting more bits than we have hace 16 años
avr32 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
bfin e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
common e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
cris e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
e1 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
frv e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
h8300 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
hppa e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
i386 38265c7af5 i386: store errno value before using __set_errno() hace 16 años
i960 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
ia64 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
m68k e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
microblaze e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
mips e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
nios e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
nios2 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
powerpc e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
sh e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
sh64 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
sparc e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
v850 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
vax e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
x86_64 e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
xtensa e9adfff447 uClibc_arch_features: sync defines between ports hace 16 años
Makefile ba31c6c463 Remove TOPDIR hace 20 años
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target hace 17 años
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 hace 20 años
README 4d08c75822 - fix typo hace 17 años

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.