OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toolchain
(Results
1 - 25
of
42
) sorted by null
1
2
/ndk/tests/
run-standalone-tests.sh
25
# Prepare the standalone
toolchain
32
# Install standalone
toolchain
38
TOOLCHAINDIR=$ROOTDIR/
toolchain
-$LEVEL
40
$NDK/build/tools/make-standalone-
toolchain
.sh --install-dir=$TOOLCHAINDIR --platform=$1
42
echo "ERROR: Could not install
toolchain
for platform $1."
/ndk/build/tools/
make-release.sh
77
register_var_option "--
toolchain
-src-dir=<path>" TOOLCHAIN_SRCDIR "Use
toolchain
sources from <path>"
110
- downloading
toolchain
sources from the Internet
112
- rebuilding the
toolchain
binaries for the host system
126
more quickly, by preparing
toolchain
binary tarballs that can be
170
# Step 1, If needed, download
toolchain
sources into a temporary directory
172
dump "Using
toolchain
source directory: $TOOLCHAIN_SRCDIR"
173
timestamp_set
toolchain
-download-sources
175
if timestamp_check
toolchain
-download-sources; then
176
dump "Downloading
toolchain
sources...
[
all
...]
prebuilt-common.sh
354
#
TOOLCHAIN
AND ABI PROCESSING
462
# On Linux, detect our legacy-compatible
toolchain
when in the Android
470
LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/linux-x86/
toolchain
/i686-linux-glibc2.7-4.4.3"
472
dump "Forcing generation of Linux binaries with legacy
toolchain
"
518
# will not work well with the GCC
toolchain
scripts.
552
if [ -z "$
TOOLCHAIN
" ] ; then
553
echo "ERROR: Missing
toolchain
name!"
560
# Determine ABI based on
toolchain
name
562
case "$
TOOLCHAIN
" in
592
echo "Invalid
toolchain
specified. Expected (arm-eabi-*|x86-*)
[
all
...]
rebuild-all-prebuilt.sh
38
register_var_option "--
toolchain
-src-pkg=<file>" OPTION_TOOLCHAIN_SRC_PKG "Use
toolchain
source package."
41
register_var_option "--
toolchain
-src-dir=<path>" OPTION_TOOLCHAIN_SRC_DIR "Use
toolchain
source directory."
48
register_var_option "--try-x86" OPTION_TRY_X86 "Build experimental x86
toolchain
too."
68
By default, the script will download the
toolchain
sources from the Internet,
69
but you can override this using either --
toolchain
-src-dir or
70
--
toolchain
-src-pkg.
89
NDK_DIR=/tmp/ndk-
toolchain
/ndk-prebuilt-$$
113
dump "ERROR: You can't use both --
toolchain
-src-dir and --toolchain-src-pkg
[
all
...]
download-toolchain-sources.sh
17
# This shell script is used to download the sources of the Android NDK
toolchain
19
# that can later be used with the 'built-
toolchain
.sh' script.
56
"Download the NDK
toolchain
sources from android.git.kernel.org into <src-dir>.
57
You will need to run this script before being able to rebuilt the NDK
toolchain
102
PKGNAME=android-ndk-
toolchain
-$RELEASE
116
GITPREFIX=${GITPROTO}://android.git.kernel.org/
toolchain
122
dump "downloading sources for
toolchain
/$1"
139
dump "Using sources for date '$GIT_DATE':
toolchain
/$1 revision $REVISION"
159
# Patch the
toolchain
sources
160
PATCHES_DIR="$PROGDIR/
toolchain
-patches
[
all
...]
/development/pdk/pndk/config/
config.mk
4
CC := $(PREBUILT)/
toolchain
/arm-eabi-4.2.1/bin/arm-eabi-gcc
5
AR := $(PREBUILT)/
toolchain
/arm-eabi-4.2.1/bin/arm-eabi-ar
/external/clearsilver/cgi/
Android.mk
20
# uses a 32-bit
toolchain
that can't handle -m64
/external/clearsilver/cs/
Android.mk
16
# uses a 32-bit
toolchain
that can't handle -m64
/external/clearsilver/util/
Android.mk
25
# uses a 32-bit
toolchain
that can't handle -m64
/ndk/build/core/
add-toolchain.mk
16
# this script is included repeatedly by main.mk to add a new
toolchain
19
# '_config_mk' must be defined as the path of a
toolchain
25
# by the
toolchain
configuration file
43
# Now record the
toolchain
-specific information
50
# check that the
toolchain
name is unique
52
$(call __ndk_error,
Toolchain
$(_name) defined in $(_parent) is\
60
$(call __ndk_error,
Toolchain
$(_name) lacks a setup.mk in $(_dir)))
setup-toolchain.mk
17
# to setup the target
toolchain
for a given platform/abi combination.
23
# Check that we have a
toolchain
that supports the current ABI.
29
$(call __ndk_info,There is no
toolchain
that supports the $(TARGET_ARCH_ABI) ABI.)
34
# Select the last
toolchain
from the sorted list.
37
$(call ndk_log,Using target
toolchain
'$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41
$(call __ndk_info,The selected
toolchain
($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
76
# Define the root path of the
toolchain
in the NDK tree.
79
# Define the root path where
toolchain
prebuilts are stored
83
# number from the
toolchain
name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
90
# Default build commands, can be overriden by the
toolchain
's setup scrip
[
all
...]
default-build-commands.mk
2
# This is included in setup-
toolchain
.mk just before the inclusion
3
# of the
toolchain
's specific setup.mk file which can then override
25
# releases due to
toolchain
or library changes.
82
# the
toolchain
's setup.mk script.
init.mk
160
# Cygwin 1.5, which is deprecated and won't run our
toolchain
263
# Read all
toolchain
-specific configuration files.
265
# Each
toolchain
must have a corresponding config.mk file located
269
# TOOLCHAIN_NAME
toolchain
name (e.g. arm-eabi-4.2.1)
270
# TOOLCHAIN_ABIS list of target ABIs supported by the
toolchain
.
277
# the build script to include in each
toolchain
config.mk
278
ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-
toolchain
.mk
286
$(eval include $(BUILD_SYSTEM)/add-
toolchain
.mk)\
292
# The default
toolchain
is now arm-eabi-4.4.0, however its
301
# check that the
toolchain
name is supporte
[
all
...]
/build/core/combo/
HOST_linux-x86.mk
25
# Special case for the Linux SDK: We need to use a special cross-
toolchain
27
# By default, the code generated by the Lucid host
toolchain
will not run
36
HOST_SDK_TOOLCHAIN_PREFIX := prebuilt/linux-x86/
toolchain
/i686-linux-glibc2.7-4.4.3/bin/i686-linux
37
# Don't do anything if the
toolchain
is not there
/bionic/libdl/arch-sh/
sobegin.S
33
# The
toolchain
for SH-Linux does not produce INIT_ARRAY information which
34
# bionic linker relies on. Instead of it, The
toolchain
for SH-Linux produces
/ndk/toolchains/x86-4.2.1/
setup.mk
17
#
toolchain
any number of source files
36
# Normally, this macro should be defined by the
toolchain
automatically.
38
# the arm-linux-androideabi
toolchain
does not have this problem.
69
# this
toolchain
's generated binaries
config.mk
16
# config file for the x86-4.2.1
toolchain
for the Android NDK
/external/libvpx/build/make/
configure.sh
265
#
Toolchain
Check Functions
343
echo "
TOOLCHAIN
:= ${
toolchain
}" >> config.mk
345
case ${
toolchain
} in
356
fwrite config.mk "ALL_TARGETS += ${t}-${
toolchain
}"
375
TOOLCHAIN
=${
toolchain
}
437
--target=*)
toolchain
="${
toolchain
:-${optval}}"
439
--force-target=*)
toolchain
="${toolchain:-${optval}}"; enable force_toolchai
[
all
...]
/development/pdk/pndk/samples/samplejni/
Makefile
13
ALIB := $(PREBUILT)/
toolchain
/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/libgcc.a
/external/libvpx/
configure
344
BUILD_PFX=${arch}/
toolchain
=${arch} $self --child $cmdline_args || exit $?
407
local tgt_fn="$tgt-$
toolchain
.mk"
410
echo "Creating makefiles for ${
toolchain
} ${tgt}"
426
echo "Bypassing
toolchain
for environment detection."
451
check_ld <<EOF || die "
Toolchain
is unable to link executables"
466
case $
toolchain
in
537
# Other
toolchain
specific defaults
538
case $
toolchain
in x86*|ppc*|universal*) soft_enable postproc;; esac
/ndk/toolchains/arm-eabi-4.4.0/
config.mk
16
# config file for the arm-eabi-4.4.0
toolchain
for the Android NDK
/ndk/toolchains/arm-linux-androideabi-4.4.3/
config.mk
16
# config file for the arm-eabi-4.4.0
toolchain
for the Android NDK
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders
57
prefix=/usr/local/armdev/
toolchain
-eabi-4.2.1
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders
57
prefix=/android/mathias/armdev/
toolchain
-eabi-4.2.1
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
mkheaders
57
prefix=/usr/local/google/home/dmitriyz/
toolchain
Completed in 459 milliseconds
1
2