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

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.