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

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.