HomeSort by relevance Sort by last modified time
    Searched refs:TOOLCHAIN (Results 1 - 25 of 43) sorted by null

1 2

  /external/desugar/java/com/google/devtools/common/options/
OptionDocumentationCategory.java 93 * This option lets a user configure the toolchain used to execute actions in the build. This is
94 * not to be used for parameters to a toolchain, which are more likely to fall into another
98 TOOLCHAIN,
105 * be used if the input is generic and does not fall into other categories, such as toolchain-
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/
Makefile 21 # Define our toolchain before we include the master settings file
23 TOOLCHAIN = TOOLCHAIN_MSVC
69 !$(MAKE) -f $? TOOLCHAIN=$(TOOLCHAIN) BUILD_DIR=$(BUILD_DIR) all
75 !$(MAKE) -f $? TOOLCHAIN=$(TOOLCHAIN) clean
  /device/linaro/hikey/uefi-tools/
uefi-build.sh 21 TOOLCHAIN=
100 case $TOOLCHAIN in
102 TOOLCHAIN=`get_gcc_version "$CROSS_COMPILE"gcc`
109 TOOLCHAIN=`get_clang_version clang`
115 export TOOLCHAIN
116 echo "TOOLCHAIN is ${TOOLCHAIN}"
118 export ${TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE
119 echo "Toolchain prefix: ${TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE
    [all...]
  /external/v8/tools/
android-ll-prof.sh 64 TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin"
68 --objdump="$TOOLCHAIN/arm-linux-androideabi-objdump" \
  /build/make/core/
aux_toolchain.mk 14 $(warning $(LOCAL_PATH): $(LOCAL_MODULE): Undefined CPU for AUX toolchain)
15 AUX_BUILD_NOT_COMPATIBLE += TOOLCHAIN
17 $(warning $(LOCAL_PATH): $(LOCAL_MODULE): Undefined AUX toolchain for CPU=$(AUX_CPU))
18 AUX_BUILD_NOT_COMPATIBLE += TOOLCHAIN
30 $(info ====> TOOLCHAIN=$(AUX_TOOLCHAIN))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
Makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
Makefile 25 !IFNDEF TOOLCHAIN
26 TOOLCHAIN = TOOLCHAIN_MSVC
  /external/tensorflow/tensorflow/contrib/makefile/
Makefile 265 TOOLCHAIN := aarch64-linux-android-4.9
271 TOOLCHAIN := arm-linux-androideabi-4.9
277 TOOLCHAIN := arm-linux-androideabi-4.9
283 TOOLCHAIN := mipsel-linux-android-4.9
289 TOOLCHAIN := mips64el-linux-android-4.9
295 TOOLCHAIN := x86-4.9
301 TOOLCHAIN := x86_64-4.9
310 CXX := $(CC_PREFIX) $(NDK_ROOT)/toolchains/$(TOOLCHAIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/bin/$(BIN_PREFIX)-g++
311 CC := $(CC_PREFIX) $(NDK_ROOT)/toolchains/$(TOOLCHAIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/bin/$(BIN_PREFIX)-gcc
343 LD := $(NDK_ROOT)/toolchains/$(TOOLCHAIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/$(BIN_PREFIX)/bin/l
    [all...]
  /external/toybox/scripts/
install.sh 26 # Symlink host toolchain binaries to destination to create cross compile $PATH
98 # compiling, which contains just toybox and symlinks to toolchain binaries.
112 TOOLCHAIN="ar as nm cc make ld gcc objdump"
118 for i in $TOOLCHAIN $PENDING $HOST_EXTRA
142 echo "Toolchain component missing: $i" >&2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
makefile 25 !IFNDEF TOOLCHAIN
26 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
Makefile 32 !IFNDEF TOOLCHAIN
33 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
Makefile 28 !IFNDEF TOOLCHAIN
29 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
makefile 25 !IFNDEF TOOLCHAIN
26 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
Makefile 32 !IFNDEF TOOLCHAIN
33 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/
Makefile 32 !IFNDEF TOOLCHAIN
33 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
Makefile 32 !IFNDEF TOOLCHAIN
33 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Makefile 30 !IFNDEF TOOLCHAIN
31 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VcCheck/
makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/OvmfPkg/
create-release.py 50 if 'TOOLCHAIN' in os.environ:
51 TOOLCHAIN = os.environ['TOOLCHAIN']
55 TOOLCHAIN = 'GCC4' + str(minor)
116 print >> sb, 'compiler: GCC', gcc_version_str, '(' + TOOLCHAIN + ')'
164 '-t', TOOLCHAIN,
195 'RELEASE_' + TOOLCHAIN,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
Makefile 23 !IFNDEF TOOLCHAIN
24 TOOLCHAIN = TOOLCHAIN_MSVC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
Makefile 32 !IFNDEF TOOLCHAIN
33 TOOLCHAIN = TOOLCHAIN_MSVC

Completed in 439 milliseconds

1 2