Bernhard Reutner-Fischer f8b866fc12 - forgot to checkin this s/check/FORCE/ il y a 18 ans
..
alpha a5e5e8cdd9 - add missing #endif il y a 18 ans
arm 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 18 ans
avr32 8e2424ffec avr32: splice(), vmsplice() and tee() support il y a 18 ans
bfin c8a4ed2b41 Fix merge error: mmap.c no longer exists in bfin/. il y a 18 ans
common 4cc4b30426 - adds several config-options to allow for turning off certain features il y a 18 ans
cris a5e5e8cdd9 - add missing #endif il y a 18 ans
e1 a5e5e8cdd9 - add missing #endif il y a 18 ans
frv a5e5e8cdd9 - add missing #endif il y a 18 ans
h8300 a5e5e8cdd9 - add missing #endif il y a 18 ans
hppa a5e5e8cdd9 - add missing #endif il y a 18 ans
i386 4cc4b30426 - adds several config-options to allow for turning off certain features il y a 18 ans
i960 a5e5e8cdd9 - add missing #endif il y a 18 ans
ia64 a5e5e8cdd9 - add missing #endif il y a 18 ans
m68k a5e5e8cdd9 - add missing #endif il y a 18 ans
microblaze a5e5e8cdd9 - add missing #endif il y a 18 ans
mips 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 18 ans
nios 87726c7887 add missing includes of unistd.h for smallint usage il y a 18 ans
nios2 a5e5e8cdd9 - add missing #endif il y a 18 ans
powerpc a5e5e8cdd9 - add missing #endif il y a 18 ans
sh a5e5e8cdd9 - add missing #endif il y a 18 ans
sh64 a5e5e8cdd9 - add missing #endif il y a 18 ans
sparc a5e5e8cdd9 - add missing #endif il y a 18 ans
v850 a5e5e8cdd9 - add missing #endif il y a 18 ans
vax a5e5e8cdd9 - add missing #endif il y a 18 ans
x86_64 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 18 ans
xtensa 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 18 ans
Makefile ba31c6c463 Remove TOPDIR il y a 20 ans
Makefile.commonarch f8b866fc12 - forgot to checkin this s/check/FORCE/ il y a 18 ans
Makefile.in 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles il y a 20 ans
README 2c8e931c67 Make spelling of uClibc be consistant. il y a 25 ans

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.