svn commit: r45915 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads

Alex Kozlov <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: ak (ports committer)
Date: Mon Nov  3 10:47:18 2014
New Revision: 45915
URL: https://svnweb.freebsd.org/changeset/doc/45915

Log:
  - Remove obsolete 'Threading Libraries' paragraph
  
  Reviewed by:	mat, bcr
  Approved by:	mat (portmgr), bcr
  
  Differential Revision:	https://reviews.freebsd.org/D997

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Mon Nov  3 09:05:31 2014	(r45914)
+++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Mon Nov  3 10:47:18 2014	(r45915)
@@ -321,25 +321,6 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD
     <programlisting>CFLAGS+= -DHAVE_SOUND</programlisting>
   </sect1>
 
-  <sect1 xml:id="dads-pthread">
-    <title>Threading Libraries</title>
-
-    <para>The threading library must be linked to the binaries using
-      a special flag <literal>-pthread</literal> on &os;.  If a port
-      insists on linking <literal>-lpthread</literal> directly, patch
-      it to use <literal>-pthread</literal>.</para>
-
-    <note>
-      <para>If building the port errors out with
-	<literal>unrecognized option '-pthread'</literal>, it may be
-	desirable to use <command>cc</command> as linker by setting
-	<varname>CONFIGURE_ENV</varname> to
-	<literal>LD=${CC}</literal>.  The <literal>-pthread</literal>
-	option is not supported by <command>ld</command>
-	directly.</para>
-    </note>
-  </sect1>
-
   <sect1 xml:id="dads-feedback">
     <title>Feedback</title>
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.