Add docs for host_conlyopt and host_linkopt
Options were added in c026569 but seem to have never made it into the user manual
Closes #13235.
PiperOrigin-RevId: 366303277
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index a4ecd32..9cf4d69 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -187,6 +187,14 @@
host configuration.
</p>
+<h4 id='flag--host_conlyopt'><code class='flag'>--host_conlyopt=<var>cc-option</var></code></h4>
+<p>
+ This option takes an argument which is to be passed to the compiler for C source files
+ that are compiled in the host configuration. This is analogous to
+ the <a href='#flag--conlyopt'><code class='flag'>--conlyopt</code></a> option, but applies only
+ to the host configuration.
+</p>
+
<h4 id='flag--host_cxxopt'><code class='flag'>--host_cxxopt=<var>cc-option</var></code></h4>
<p>
This option takes an argument which is to be passed to the compiler for C++ source files
@@ -195,6 +203,14 @@
host configuration.
</p>
+<h4 id='flag--host_linkopt'><code class='flag'>--host_linkopt=<var>linker-option</var></code></h4>
+<p>
+ This option takes an argument which is to be passed to the linker for source files
+ that are compiled in the host configuration. This is analogous to
+ the <a href='#flag--linkopt'><code class='flag'>--linkopt</code></a> option, but applies only to
+ the host configuration.
+</p>
+
<h4 id='flag--conlyopt'><code class='flag'>--conlyopt=<var>cc-option</var></code></h4>
<p>
This option takes an argument which is to be passed to the compiler when compiling C source files.