Waldemar Brodkorb 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
..
alpha 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
arc 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
arm 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
avr32 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
bfin 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
c6x 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
common 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 il y a 11 ans
cris 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
e1 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
frv 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
h8300 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
hppa 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
i386 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
i960 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
ia64 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
lm32 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
m68k 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
metag 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
microblaze 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
mips 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
nios 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
nios2 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
or1k 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
powerpc 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
sh 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
sh64 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
sparc 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
v850 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
vax 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
x86_64 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
xtensa 9cd6514517 remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ il y a 9 ans
Makefile ba31c6c463 Remove TOPDIR il y a 19 ans
Makefile.commonarch 9df521f763 buildsys: Do not build crt upon pregen il y a 9 ans
Makefile.in 49d8a0e9c6 support building out-of-tree il y a 15 ans
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures il y a 11 ans

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.