Waldemar Brodkorb d2ac3a6b3a good bye vax 10 роки тому
..
alpha 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
arc 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
arm 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
avr32 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
bfin 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
c6x 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
common 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 12 роки тому
cris 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
e1 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
frv 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
h8300 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
hppa 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
i386 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
i960 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
ia64 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
lm32 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
m68k 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
metag 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
microblaze 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
mips 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
nios 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
nios2 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
or1k 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
powerpc 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
sh 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
sparc d2ac3a6b3a good bye vax 10 роки тому
v850 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
x86_64 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
xtensa 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 роки тому
Makefile ba31c6c463 Remove TOPDIR 20 роки тому
Makefile.commonarch 9df521f763 buildsys: Do not build crt upon pregen 10 роки тому
Makefile.in 49d8a0e9c6 support building out-of-tree 16 роки тому
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 12 роки тому

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. However, for new architectures which are
using the generic syscalls in the Linux Kernel, the 'common-generic'
directory should be used instead as they all use identical interfaces for
the system calls.