Mike Frysinger 6ca56dd4d7 byteswap: unify common definitions hace 17 años
..
alpha f3ba5c94eb alpha: fix building with no asm/elf.h hace 17 años
arm 7c3eebd556 Fix ARM syscall argument loading. hace 17 años
avr32 83b3c2f4e0 avr32/microblaze/vax: punt local byteswap.h hace 17 años
bfin 6ca56dd4d7 byteswap: unify common definitions hace 17 años
common 6ca56dd4d7 byteswap: unify common definitions hace 17 años
cris 6ca56dd4d7 byteswap: unify common definitions hace 17 años
e1 e9adfff447 uClibc_arch_features: sync defines between ports hace 17 años
frv aceae8ba6d fix typo in frv endian comment hace 17 años
h8300 6ca56dd4d7 byteswap: unify common definitions hace 17 años
hppa 8cba39e53f syscall: convert cris/hppa to common syscalls hace 17 años
i386 6ca56dd4d7 byteswap: unify common definitions hace 17 años
i960 e9adfff447 uClibc_arch_features: sync defines between ports hace 17 años
ia64 6ca56dd4d7 byteswap: unify common definitions hace 17 años
m68k 6ca56dd4d7 byteswap: unify common definitions hace 17 años
microblaze 83b3c2f4e0 avr32/microblaze/vax: punt local byteswap.h hace 17 años
mips 8145c8e9b5 It fixes the following warnings seen on mips build. hace 17 años
nios e9adfff447 uClibc_arch_features: sync defines between ports hace 17 años
nios2 e9adfff447 uClibc_arch_features: sync defines between ports hace 17 años
powerpc 763bbf9e9a syscall: unify part 2: NCS variety hace 17 años
sh c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() hace 17 años
sh64 e9adfff447 uClibc_arch_features: sync defines between ports hace 17 años
sparc 763bbf9e9a syscall: unify part 2: NCS variety hace 17 años
v850 6ca56dd4d7 byteswap: unify common definitions hace 17 años
vax 83b3c2f4e0 avr32/microblaze/vax: punt local byteswap.h hace 17 años
x86_64 6ca56dd4d7 byteswap: unify common definitions hace 17 años
xtensa 763bbf9e9a syscall: unify part 2: NCS variety hace 17 años
Makefile ba31c6c463 Remove TOPDIR hace 21 años
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target hace 17 años
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 hace 21 años
README 4d08c75822 - fix typo hace 18 años

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.