Add host_cxxopt in parallel to host_copt. 


Closes #2543.

--
Change-Id: I0cd7566fc9ae91f3c1374eca61500a64b3cc8079
Reviewed-on: https://github.com/bazelbuild/bazel/pull/2543
PiperOrigin-RevId: 148449853
MOS_MIGRATED_REVID=148449853
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 5fc5222..89417ea 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -1185,6 +1185,14 @@
   host configuration.
 </p>
 
+<h4 id='flag--host_cxxopt'><code class='flag'>--host_cxxopt <var>gcc-option</var></code></h4>
+<p>
+  This option takes an argument which is to be passed to gcc for source files
+  that are compiled in the host configuration. This is analogous to
+  the <a href='#flag--cxxopt'><code class='flag'>--cxxopt</code></a> option, but applies only to the
+  host configuration.
+</p>
+
 <h4 id='flag--conlyopt'><code class='flag'>--conlyopt <var>gcc-option</var></code></h4>
 <p>
   This option takes an argument which is to be passed to gcc when compiling C source files.