aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar rosica <rosica@google.com>2018-06-04 10:41:53 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-04 10:43:50 -0700
commit25ae199041c4176d06bbe36ff112da28c2a48a15 (patch)
tree9c8c6df451ef26102091f792c465c44ae755f342 /site
parent9cf0f655dc0e416f88c64bebe0eed6f1536b33fd (diff)
Remove --glibc option
Crosstool selection will be based solely on --cpu and --compiler options. RELNOTES: Option --glibc is removed, toolchain selection relies solely on --cpu and --compiler options. PiperOrigin-RevId: 199156131
Diffstat (limited to 'site')
-rw-r--r--site/docs/user-manual.html22
1 files changed, 3 insertions, 19 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 6d93e7dca1..9a681dc40a 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -1581,8 +1581,8 @@ the compilation of binaries during the build.
<h3 id='strategy-options'>Build strategy options</h3>
<p>
Note that a particular combination of crosstool version, compiler version,
- libc version, and target CPU is allowed only if it has been specified
- in the currently used CROSSTOOL file.
+ and target CPU is allowed only if it has been specified in the currently
+ used CROSSTOOL file.
</p>
<h4 id='flag--host_cpu'><code class='flag'>--host_cpu <var>cpu</var></code></h4>
@@ -1790,23 +1790,7 @@ The default is <code>armeabi-v7a</code>.
</p>
<p>
Note that only certain combinations of crosstool version, compiler version,
- libc version, and target CPU are allowed.
-</p>
-
-<h4 id='flag--glibc'><code class='flag'>--glibc <var>version</var></code></h4>
-<p>
- This option specifies the version of glibc that the target should be linked
- against. If you want to build with a custom crosstool, you should use a
- CROSSTOOL file instead of specifying this flag. In that case, Bazel will use
- the CROSSTOOL file and the following options where appropriate:
- <ul>
- <li><a href="#flag--cpu"><code class='flag'>--cpu</code></a></li>
-
- </ul>
-</p>
-<p>
- Note that only certain combinations of crosstool version, compiler version,
- glibc version, and target CPU are allowed.
+ and target CPU are allowed.
</p>
<h4 id='flag--android_sdk'><code class='flag'>--android_sdk <var>label</var></code></h4>