Ron 00c8ece258 Provide token prototypes for functions that are external but have no header 16 anni fa
..
alpha e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
arm 00c8ece258 Provide token prototypes for functions that are external but have no header 16 anni fa
avr32 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
bfin e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
common e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
cris e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
e1 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
frv e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
h8300 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
hppa e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
i386 38265c7af5 i386: store errno value before using __set_errno() 16 anni fa
i960 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
ia64 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
m68k e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
microblaze e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
mips e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
nios e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
nios2 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
powerpc e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
sh e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
sh64 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
sparc e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
v850 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
vax e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
x86_64 e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
xtensa e9adfff447 uClibc_arch_features: sync defines between ports 16 anni fa
Makefile ba31c6c463 Remove TOPDIR 20 anni fa
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target 17 anni fa
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 20 anni fa
README 4d08c75822 - fix typo 17 anni fa

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.