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

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.