Peter S. Mazinger 812cc95678 Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once. 19 yıl önce
..
alpha 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
arm 8e2a54f64d Add .type _init/_fini unconditionally to arm/crt1.S 19 yıl önce
bfin 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
common 812cc95678 Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once. 19 yıl önce
cris 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
e1 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
frv 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
h8300 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
i386 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
i960 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
m68k 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
microblaze 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
mips 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
nios 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
nios2 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
powerpc 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
sh 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
sh64 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
sparc 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
v850 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
x86_64 554e903a5b Build crt[in].o with disabled ssp. 19 yıl önce
Makefile 130697527b merge parallel build support 20 yıl önce
README 2c8e931c67 Make spelling of uClibc be consistant. 24 yıl önce

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.