Bernhard Reutner-Fischer 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
..
alpha 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
arm 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
avr32 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
bfin 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
common 2fa869ff39 Current kernels support more than 8 bit major/minor. Pass dev_t through to 17 years ago
cris 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
e1 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
frv 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
h8300 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
hppa 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
i386 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
i960 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
ia64 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
m68k 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
microblaze 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
mips 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
nios 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
nios2 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
powerpc 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
sh 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
sh64 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
sparc 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
v850 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
vax 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
x86_64 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
xtensa 17e9e1b9d5 - Remove linux-specific prototypes if asked to. 17 years ago
Makefile ba31c6c463 Remove TOPDIR 20 years ago
Makefile.commonarch b74c3aa1a9 - less verbose make clean 17 years ago
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 20 years ago
README 4d08c75822 - fix typo 17 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.