Eric Andersen 977216264f Do not stub out functions for mmu-less systems. Hide all 20 лет назад
..
alpha 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
arm 8e2a54f64d Add .type _init/_fini unconditionally to arm/crt1.S 20 лет назад
bfin 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
common 977216264f Do not stub out functions for mmu-less systems. Hide all 20 лет назад
cris 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
e1 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
frv 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
h8300 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
i386 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
i960 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
m68k 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
microblaze 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
mips 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
nios 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
nios2 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
powerpc 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
sh 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
sh64 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
sparc 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
v850 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
x86_64 554e903a5b Build crt[in].o with disabled ssp. 20 лет назад
Makefile 130697527b merge parallel build support 21 лет назад
README 2c8e931c67 Make spelling of uClibc be consistant. 25 лет назад

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported 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 the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.