Peter Griffin 9dd284eb5d sh: Change __HAVE_SHARED__ to __PIC__ 16 years ago
..
alpha b387d76236 syscall: unify common syscall defines 16 years ago
arm b387d76236 syscall: unify common syscall defines 16 years ago
avr32 b387d76236 syscall: unify common syscall defines 16 years ago
bfin b387d76236 syscall: unify common syscall defines 16 years ago
common 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic 16 years ago
cris e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
e1 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
frv e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
h8300 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
hppa e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
i386 b387d76236 syscall: unify common syscall defines 16 years ago
i960 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
ia64 b387d76236 syscall: unify common syscall defines 16 years ago
m68k e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
microblaze e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
mips b387d76236 syscall: unify common syscall defines 16 years ago
nios e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
nios2 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
powerpc b387d76236 syscall: unify common syscall defines 16 years ago
sh 9dd284eb5d sh: Change __HAVE_SHARED__ to __PIC__ 16 years ago
sh64 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
sparc b387d76236 syscall: unify common syscall defines 16 years ago
v850 e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
vax e9adfff447 uClibc_arch_features: sync defines between ports 16 years ago
x86_64 b387d76236 syscall: unify common syscall defines 16 years ago
xtensa b387d76236 syscall: unify common syscall defines 16 years ago
Makefile ba31c6c463 Remove TOPDIR 20 years ago
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target 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.