Bernhard Reutner-Fischer d35b0bc119 - fix asm and volatile keywords 16 anos atrás
..
alpha 388e096fa6 Include errno.h from kernel headers instead of using internal errno_values.h 16 anos atrás
arm af3f2851b9 - pull fix for unwinding from the NPTL branch (Johannes Stezenbach) 16 anos atrás
avr32 40ee4cb949 avr32: Put underscores around asm, inline, etc. 16 anos atrás
bfin c8a4ed2b41 Fix merge error: mmap.c no longer exists in bfin/. 16 anos atrás
common 08b75763d1 - improve UCLIBC_LINUX_SPECIFIC 16 anos atrás
cris a5e5e8cdd9 - add missing #endif 16 anos atrás
e1 a5e5e8cdd9 - add missing #endif 16 anos atrás
frv a5e5e8cdd9 - add missing #endif 16 anos atrás
h8300 a5e5e8cdd9 - add missing #endif 16 anos atrás
hppa a5e5e8cdd9 - add missing #endif 16 anos atrás
i386 d35b0bc119 - fix asm and volatile keywords 16 anos atrás
i960 a5e5e8cdd9 - add missing #endif 16 anos atrás
ia64 d35b0bc119 - fix asm and volatile keywords 16 anos atrás
m68k d35b0bc119 - fix asm and volatile keywords 16 anos atrás
microblaze a5e5e8cdd9 - add missing #endif 16 anos atrás
mips 388e096fa6 Include errno.h from kernel headers instead of using internal errno_values.h 16 anos atrás
nios 87726c7887 add missing includes of unistd.h for smallint usage 16 anos atrás
nios2 a5e5e8cdd9 - add missing #endif 16 anos atrás
powerpc d35b0bc119 - fix asm and volatile keywords 16 anos atrás
sh d35b0bc119 - fix asm and volatile keywords 16 anos atrás
sh64 a5e5e8cdd9 - add missing #endif 16 anos atrás
sparc 388e096fa6 Include errno.h from kernel headers instead of using internal errno_values.h 16 anos atrás
v850 a5e5e8cdd9 - add missing #endif 16 anos atrás
vax a5e5e8cdd9 - add missing #endif 16 anos atrás
x86_64 d35b0bc119 - fix asm and volatile keywords 16 anos atrás
xtensa 0a22640581 xtensa: Fix spill routine. 16 anos atrás
Makefile ba31c6c463 Remove TOPDIR 18 anos atrás
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 16 anos atrás
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 18 anos atrás
README 2c8e931c67 Make spelling of uClibc be consistant. 23 anos atrás

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported 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 the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.