summaryrefslogtreecommitdiff
blob: d48a5315a7bf2e6b373f573059c4b905713ec8b3 (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>toolchain</herd>
<use>
	<flag name='erandom'>Enable erandom/frandom support in glibc for ssp</flag>
	<flag name='glibc-compat20'>Enable the glibc-compat addon</flag>
	<flag name='glibc-omitfp'>Configure glibc with --enable-omitfp which lets
		the build system determine when it is safe to use
		-fomit-frame-pointer</flag>
	<flag name='linuxthreads-tls'>Configure the linuxthreads glibc with
		--with-_thread if supported by your system. --with-tls is always enabled
		if supported and is NOT controlled by this switch. So the glibc built
		will always support TLS binaries. This toggle chooses whether or not
		glibc itself uses TLS. If you're concerned about backwards compatibility
		with old binaries, leave this off.</flag>
	<flag name='nptlonly'>Disables building the linuxthreads fallback in glibc
		ebuilds that support building both linuxthread and nptl</flag>
	<flag name='userlocales'>Build only the locales specified in
		/etc/locales.build</flag>
</use>
</pkgmetadata>