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

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.