summaryrefslogtreecommitdiff
blob: d5ebc1b71d8d70e2914fd456a88b6471d21cce8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>blueness@gentoo.org</email>
		<name>Anthony G. Basile</name>
	</maintainer>
	<maintainer type="project">
		<email>embedded@gentoo.org</email>
		<name>Embedded Gentoo</name>
	</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>
	<use>
		<flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag>
		<flag name="ssp">Force the use of ssp to be built into a hardened uclibc setup</flag>
		<flag name="savedconfig">Adds support for user defined configs</flag>
		<flag name="uclibc-compat">Build uclibc with backwards compatible options</flag>
		<flag name="wordexp">Add support for word expansion (wordexp.h)</flag>
	</use>
</pkgmetadata>