Mike Frysinger 518533843d rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
..
alpha d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
arm d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
bfin 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
common 2d01e3ae24 move alpha/hppa into their own arch subdir where they should be 20 лет назад
cris d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
e1 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
frv 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
h8300 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
hppa d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
i386 d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
i960 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
m68k d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
microblaze ebb0a88c81 we want to compare the register value itself, not the address of the variable holding the register value 20 лет назад
mips d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
nios 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
nios2 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
powerpc d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
sh d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
sh64 222c137f6c update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS 20 лет назад
sparc d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
v850 ebb0a88c81 we want to compare the register value itself, not the address of the variable holding the register value 20 лет назад
x86_64 d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
Makefile e6aa37afc9 Replace all Makefiles for new build infrastucture 20 лет назад
Makefile.commonarch 518533843d rename common Makefile.arch to prevent include funkiness from occuring 20 лет назад
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 2c8e931c67 Make spelling of uClibc be consistant. 25 лет назад

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.