Mike Frysinger 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic před 16 roky
..
alpha b387d76236 syscall: unify common syscall defines před 16 roky
arm b387d76236 syscall: unify common syscall defines před 16 roky
avr32 b387d76236 syscall: unify common syscall defines před 16 roky
bfin b387d76236 syscall: unify common syscall defines před 16 roky
common 6c70a940b4 drop missing {INLINE,INTERNAL}_SYSCALL fallback logic před 16 roky
cris e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
e1 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
frv e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
h8300 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
hppa e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
i386 b387d76236 syscall: unify common syscall defines před 16 roky
i960 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
ia64 b387d76236 syscall: unify common syscall defines před 16 roky
m68k e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
microblaze e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
mips b387d76236 syscall: unify common syscall defines před 16 roky
nios e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
nios2 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
powerpc b387d76236 syscall: unify common syscall defines před 16 roky
sh b387d76236 syscall: unify common syscall defines před 16 roky
sh64 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
sparc b387d76236 syscall: unify common syscall defines před 16 roky
v850 e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
vax e9adfff447 uClibc_arch_features: sync defines between ports před 16 roky
x86_64 b387d76236 syscall: unify common syscall defines před 16 roky
xtensa b387d76236 syscall: unify common syscall defines před 16 roky
Makefile ba31c6c463 Remove TOPDIR před 20 roky
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target před 17 roky
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 před 20 roky
README 4d08c75822 - fix typo před 17 roky

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.