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

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.