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

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.