OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOOLCHAINS
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
package-release.sh
62
TOOLCHAINS
=$(get_toolchain_name_list_for_arch arm)
63
OPTION_TOOLCHAINS=$
TOOLCHAINS
64
register_var_option "--
toolchains
=<list>" OPTION_TOOLCHAINS "Specify list of
toolchains
."
158
# the list of default
toolchains
to package. That is, unless you also
159
# explicitely use --
toolchains
=<list>
161
# Ensure that
TOOLCHAINS
is space-separated after this.
163
if [ "$OPTION_TOOLCHAINS" != "$
TOOLCHAINS
" ]; then
164
TOOLCHAINS
=$(commas_to_spaces $OPTION_TOOLCHAINS)
167
TOOLCHAINS
=$TOOLCHAINS" "$(get_toolchain_name_list_for_arch x86
[
all
...]
build-host-gcc.sh
27
This program is used to rebuild one or more NDK cross-
toolchains
from scratch.
32
If you don't pass any parameter, the script will rebuild all NDK
toolchains
34
toolchains
among the following names:
56
For example, here's how to rebuild the ARM
toolchains
on Linux
69
Building the
toolchains
directly under Cygwin/MSys has not be tested and
86
if you try to build several
toolchains
for several distinct host systems. Note
92
The toolchain binaries are installed under \$NDK_DIR/
toolchains
by default,
156
register_var_option "--darwin-min-version=<version>" DARWIN_MIN_VERSION "Select minimum OS X version of generated host
toolchains
."
170
TOOLCHAINS
=$PARAMETERS
171
if [ -z "$
TOOLCHAINS
" ]; the
[
all
...]
Completed in 5765 milliseconds