/ndk/build/tools/ |
dev-rebuild-ndk.sh | 45 register_var_option "--toolchains=<toolchain[,toolchain]>" OPTION_TOOLCHAINS "Toolchain(s) to package" 51 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain" 55 register_option "--separate-64" do_SEPARATE_64 "Separate 64-bit host toolchain to its own package" 70 "Generate the NDK toolchain package." 124 # Get the Toolchain sources 129 if [ -d "$PROGDIR/toolchain-patches" ] 131 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \ 137 echo "Checking for Toolchain sources [all...] |
/external/chromium_org/native_client_sdk/src/tools/tests/ |
create_nmf_test.py | 111 toolchain = os.path.join(CHROME_SRC, 'native_client', 'toolchain') 112 self.toolchain = os.path.join(toolchain, '%s_x86' % getos.GetPlatform()) 113 self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump') 129 compiler = os.path.join(self.toolchain, 'bin', '%s-nacl-g++' % arch) 150 libdir = os.path.join(self.toolchain, 'x86_64-nacl', 'lib32')
|
/external/chromium_org/tools/gn/ |
gyp_script_target_writer.cc | 19 const Toolchain* toolchain, 22 : GypTargetWriter(group.debug->item()->AsTarget(), toolchain,
|
gyp_target_writer.cc | 19 #include "tools/gn/toolchain.h" 22 const Toolchain* toolchain, 27 toolchain_(toolchain), 40 const Toolchain* debug_toolchain, 55 // Optional GYP header specified in the default debug toolchain.
|
ninja_writer.cc | 46 // Categorize all targets by toolchain. 67 // Write out the toolchain buildfiles, and also accumulate the set of 68 // all settings and find the list of targets in the default toolchain. 73 const Toolchain* toolchain = builder_->GetToolchain(i->first); local 76 if (!NinjaToolchainWriter::RunAndWriteFile(settings, toolchain, 79 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout(); 95 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout();
|
gyp_target_writer.h | 20 class Toolchain; 37 // contain the builds with the host system's toolchain. Only supported on 48 const Toolchain* toolchain, 55 const Toolchain* debug_toolchain, 69 const Toolchain* toolchain_; // Toolchain corresponding to target_.
|
ninja_binary_target_writer.h | 10 #include "tools/gn/toolchain.h" 17 const Toolchain* toolchain, 29 void WriteLinkerFlags(const Toolchain::Tool& tool, 31 void WriteLibs(const Toolchain::Tool& tool); 64 Toolchain::ToolType tool_type_;
|
loader.cc | 25 // The default toolchain has no subdir. 29 // For now just assume the toolchain name is always a valid dir name. We may 36 // Identifies one time a file is loaded in a given toolchain so we don't load 55 // Our tracking information for a toolchain. 57 // The default toolchain label can be empty for the first time the default 58 // toolchain is loaded, since we don't know it yet. This will be fixed up 122 // should not specify a toolchain. 129 // The default build config is no dependent on the toolchain definition, 131 // toolchain name is. 148 // No reference to this toolchain found yet, make one [all...] |
/ndk/toolchains/llvm-3.2/ |
config.mk | 16 # config file for the clang-3.2 toolchain for the Android NDK
|
/ndk/toolchains/llvm-3.3/ |
config.mk | 16 # config file for the clang-3.3 toolchain for the Android NDK
|
/external/libvpx/libvpx/build/make/ |
configure.sh | 280 # Toolchain Check Functions 384 echo "TOOLCHAIN := ${toolchain}" >> config.mk 386 case ${toolchain} in 397 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 419 TOOLCHAIN=${toolchain} 493 --target=*) toolchain="${toolchain:-${optval}}" 495 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/external/chromium_org/native_client_sdk/src/getting_started/part1/ |
Makefile | 11 # Get pepper directory for toolchain and includes. 30 PNACL_TC_PATH := $(abspath $(NACL_SDK_ROOT)/toolchain/$(OSNAME)_pnacl)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 18 # This script is used to rebuild the Linux 32-bit cross-toolchain 25 # WARNING: At this time, the generated toolchain binaries will *not* run 30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches" 61 # Used to set the host bitness of the generted toolchain binaries 106 # Versions of various toolchain components, do not touch unless you know 120 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain 122 # Location where we're going to install the toolchain during the build 131 # to ensure that the toolchain binaries are properly relocatable (i.e. can 297 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 299 This script is used to rebuild a custom Linux host toolchain that target [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 18 # This script is used to rebuild the Linux 32-bit cross-toolchain 25 # WARNING: At this time, the generated toolchain binaries will *not* run 30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches" 61 # Used to set the host bitness of the generted toolchain binaries 106 # Versions of various toolchain components, do not touch unless you know 120 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain 122 # Location where we're going to install the toolchain during the build 131 # to ensure that the toolchain binaries are properly relocatable (i.e. can 297 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 299 This script is used to rebuild a custom Linux host toolchain that target [all...] |
/ndk/build/core/ |
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 15 # This can be over-ridden by a specific toolchain. Note that by default 70 # releases due to toolchain or library changes. 109 # the toolchain's setup.mk script.
|
init.mk | 44 # Define NDK_HOST_32BIT=1 in your environment to always use toolchain in 32-bit 115 # Rationale: This function is used to proble available 64-bit toolchain or 275 # Cygwin 1.5, which is deprecated and won't run our toolchain 503 # Read all toolchain-specific configuration files. 505 # Each toolchain must have a corresponding config.mk file located 509 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.6) 510 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain. 517 # the build script to include in each toolchain config.mk 518 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk 533 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk) [all...] |
/build/core/ |
dumpvar.mk | 12 # Add the ARM toolchain bin dir if it actually exists 24 # Add the x86 toolchain bin dir if it actually exists 31 # Add the mips toolchain bin dir if it actually exists
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 109 Target architecture C library Toolchain directory 111 x86 newlib toolchain/<platform>_x86_newlib 112 x86 glibc toolchain/<platform>_x86_glibc 113 ARM newlib toolchain/<platform>_arm_newlib 114 PNaCl newlib toolchain/<platform>_pnacl 119 toolchain that uses glibc is in ``toolchain/win_x86_glibc``. 127 use a glibc toolchain. (Currently the only glibc toolchain is 129 with one toolchain. Code from multiple toolchains cannot be mixed [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
sel_ldr.py | 109 toolchain = '%s_x86_glibc' % osname 110 sdk_lib_dir = os.path.join(NACL_SDK_ROOT, 'toolchain', 111 toolchain, 'x86_64-nacl')
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/ |
nacl.scons | 20 # Allow resolving a URL to the toolchain/ directory (instead of staging).
|
/external/chromium_org/tools/win/toolchain/ |
get_toolchain_if_necessary.py | 106 sha1path = os.path.join(toolchain_dir, 'toolchain.sha1') 118 print 'Windows toolchain out of date or doesn\'t exist, updating...' 123 'src\\tools\\win\\toolchain\\toolchain2013.py', 128 'Got wrong hash after pulling a new toolchain. '
|
/external/libvpx/libvpx/ |
configure | 421 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $? 489 local tgt_fn="$tgt-$toolchain.mk" 492 echo "Creating makefiles for ${toolchain} ${tgt}" 514 echo "Bypassing toolchain for environment detection." 536 case $toolchain in 538 case $header-$toolchain in 559 check_ld <<EOF || die "Toolchain is unable to link executables" 575 case $toolchain in 683 # Other toolchain specific defaults 684 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esa [all...] |
/ndk/toolchains/arm-linux-androideabi-4.6/ |
config.mk | 16 # config file for the arm gcc-4.6 toolchain for the Android NDK
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
config.mk | 16 # config file for the arm gcc-4.7 toolchain for the Android NDK
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
config.mk | 16 # config file for the arm gcc-4.8 toolchain for the Android NDK
|