Ron 8ee834680d Avoid warnings about shifting more bits than we have 16 年 前
..
alpha e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
arm 8ee834680d Avoid warnings about shifting more bits than we have 16 年 前
avr32 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
bfin e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
common e9adfff447 uClibc_arch_features: sync defines between ports 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 38265c7af5 i386: store errno value before using __set_errno() 16 年 前
i960 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
ia64 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
m68k e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
microblaze e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
mips e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
nios e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
nios2 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
powerpc e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
sh e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
sh64 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
sparc e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
v850 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
vax e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
x86_64 e9adfff447 uClibc_arch_features: sync defines between ports 16 年 前
xtensa e9adfff447 uClibc_arch_features: sync defines between ports 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.