summaryrefslogtreecommitdiff
blob: 0d08e066b126f1ab9291a3732149a6e8f087856d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>embedded</herd>
  <maintainer>
    <email>vapier@gentoo.org</email>
    <description>Primary Maintainer</description>
  </maintainer>
  <maintainer>
    <email>solar@gentoo.org</email>
    <description>Secondary Maintainer</description>
  </maintainer>
  <longdescription>
uClibc pronounced yew-see-lib-see is a C library for developing embedded Linux 
systems. It is much smaller than the GNU C Library, but nearly all applications supported 
by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc 
typically involves just recompiling the source code. uClibc even supports shared libraries 
and threading. It currently runs on standard Linux and MMU-less (also known as uClinux) 
systems with support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC, 
SH, SPARC, and v850 processors.
</longdescription>
</pkgmetadata>