Bernhard Reutner-Fischer f6450b67cc buildsys: do_rm ARCH_HEADERS 13 years ago
..
alpha 369cc066a4 bits/statvfs.h: the common one is good for alpha and sparc 13 years ago
arm e25a95a7a3 arm/bits/atomic.h: Include common/bit/atomic.h for thumb1 13 years ago
avr32 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
bfin 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
c6x 3b5e53eaf0 Add a missing macro to C6X syscalls.h. 13 years ago
common a4a4912b18 buildsys: fix GNU make v3.80 compatibility again 13 years ago
cris 9b5df2295b cris: add provide arch-specific vfork implementation 13 years ago
e1 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
frv 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
h8300 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
hppa 26b1a5e02b add bits/atomic.h for hppa 13 years ago
i386 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
i960 c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts 14 years ago
ia64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
m68k 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
microblaze 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
mips 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
nios c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts 14 years ago
nios2 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
powerpc 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sh 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sh64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
sparc 1dd9275091 remove trailing ';' from _syscallX() 13 years ago
v850 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
vax 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
x86_64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
xtensa 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target 13 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.commonarch f6450b67cc buildsys: do_rm ARCH_HEADERS 13 years ago
Makefile.in 49d8a0e9c6 support building out-of-tree 15 years ago
README 4d08c75822 - fix typo 15 years ago

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.