Bernhard Reutner-Fischer ba203ef191 - add __hot and __cold annotations 17 лет назад
..
alpha b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
arm 933df87e4e libc_hidden_proto removal, a few more functions 17 лет назад
avr32 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
bfin b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
common ba203ef191 - add __hot and __cold annotations 17 лет назад
cris b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
e1 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
frv b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
h8300 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
hppa b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
i386 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
i960 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
ia64 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
m68k b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
microblaze b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
mips b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
nios b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
nios2 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
powerpc b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
sh b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
sh64 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
sparc b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
v850 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
vax b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
x86_64 b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
xtensa b7ca08e773 - Remove linux-specific prototypes if asked to. 18 лет назад
Makefile ba31c6c463 Remove TOPDIR 21 лет назад
Makefile.commonarch b74c3aa1a9 - less verbose make clean 18 лет назад
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 21 лет назад
README 4d08c75822 - fix typo 18 лет назад

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.