This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: document disable-libgomp


Ok for mainline?

	PR libgomp/26234
	* doc/install.texi (Configuration): Document --disable-libgomp.

Index: doc/install.texi
===================================================================
--- doc/install.texi	(revision 111314)
+++ doc/install.texi	(working copy)
@@ -1105,6 +1105,9 @@ should not be built.
 Specify that the run-time libraries for arch and gcc specific math
 functions should not be built.
 
+@item --disable-libgomp
+Specify that the run-time libraries used by GOMP should not be built.
+
 @item --with-dwarf2
 Specify that the compiler should
 use DWARF 2 debugging information as the default.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]