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

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.