sys-devel/gcc: Make USE=nptl local
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 14:51:31 +0000 (16:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 14:51:31 +0000 (16:51 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/gcc/metadata.xml

index 584efe09251bf7f4cdd4b529eab53a8b9628f47f..84d7083a3f9240d2f631d08c8aaa3c707eee362e 100644 (file)
@@ -27,6 +27,7 @@
     <flag name="mudflap">Add support for mudflap, a pointer use checking library</flag>
     <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
     <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</flag>
+    <flag name="nptl">Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)</flag>
     <flag name="objc">Build support for the Objective C code language</flag>
     <flag name="objc++">Build support for the Objective C++ language</flag>
     <flag name="objc-gc">Build support for the Objective C code language Garbage