• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

aarch64/21-Aug-2025-

alpha/21-Aug-2025-

arc/21-Aug-2025-

arm/21-Aug-2025-

avr32/21-Aug-2025-

bfin/21-Aug-2025-

c6x/21-Aug-2025-

common/21-Aug-2025-

common-generic/bits/21-Aug-2025-

cris/21-Aug-2025-

csky/21-Aug-2025-

frv/21-Aug-2025-

h8300/21-Aug-2025-

hppa/21-Aug-2025-

i386/21-Aug-2025-

ia64/21-Aug-2025-

kvx/21-Aug-2025-

lm32/21-Aug-2025-

m68k/21-Aug-2025-

metag/21-Aug-2025-

microblaze/21-Aug-2025-

mips/21-Aug-2025-

nds32/21-Aug-2025-

nios2/21-Aug-2025-

or1k/21-Aug-2025-

powerpc/21-Aug-2025-

riscv32/21-Aug-2025-

riscv64/21-Aug-2025-

sh/21-Aug-2025-

sparc/21-Aug-2025-

sparc64/21-Aug-2025-

tile/21-Aug-2025-

x86_64/21-Aug-2025-

xtensa/21-Aug-2025-

Makefile A D21-Aug-2025316 146

Makefile.commonarch A D21-Aug-20252.3 KiB6441

Makefile.in A D21-Aug-2025459 144

README A D21-Aug-2025568 119

README

1This directory level abstracts out the Linux Operating System dependent
2features of uClibc for supported Linux architectures/CPUs.  If you wanted to
3port uClibc to some new Linux architecture (arm, mips, etc), this is the place
4to add that support.
5
6All stuff that is not at all dependent on a particular Linux architecture
7goes in the 'common' directory. However, for new architectures which are
8using the generic syscalls in the Linux Kernel, the 'common-generic'
9directory should be used instead as they all use identical interfaces for
10the system calls.
11