From 25ae199041c4176d06bbe36ff112da28c2a48a15 Mon Sep 17 00:00:00 2001 From: rosica Date: Mon, 4 Jun 2018 10:41:53 -0700 Subject: 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 --- site/docs/user-manual.html | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'site') 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.

Build strategy options

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.

--host_cpu cpu

@@ -1790,23 +1790,7 @@ The default is armeabi-v7a.

Note that only certain combinations of crosstool version, compiler version, - libc version, and target CPU are allowed. -

- -

--glibc version

-

- 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: -

-

-

- Note that only certain combinations of crosstool version, compiler version, - glibc version, and target CPU are allowed. + and target CPU are allowed.

--android_sdk label

-- cgit v1.2.3