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

  /ndk/build/tools/
build-gdbserver.sh 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
30 <ndk-dir> is the top-level NDK installation path and <toolchain>
31 is the name of the toolchain to use (e.g. arm-linux-androideabi-4.4.3).
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
74 TOOLCHAIN="$3"
110 # Check toolchain name
112 if [ -z "$TOOLCHAIN" ] ; then
113 echo "ERROR: Missing toolchain name parameter. See --help for details."
128 check_toolchain_install $NDK_DIR $TOOLCHAIN
    [all...]
build-gcc.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. arm-linux-androideabi-4.4.3)."
34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
73 TOOLCHAIN="$3"
106 # Check toolchain name
108 if [ -z "$TOOLCHAIN" ] ; the
    [all...]
copy-libstdcxx.sh 18 # from a fresh toolchain directory generated with a command like
24 PROGRAM_PARAMETERS="<toolchain-dir> <ndk-dir>"
27 toolchain directory that was generated with a command like:
29 build-gcc.sh --keep-libstdcxx <toolchain-dir> <ndk-dir>
44 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm
45 register_var_option "--toolchain=<name>" TOOLCHAIN "Specify toolchain name."
63 echo "ERROR: Missing toolchain directory parameter. See --help for details."
67 TOOLCHAIN_DIR2="$TOOLCHAIN_DIR/toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG
    [all...]
prebuilt-common.sh 463 # TOOLCHAIN AND ABI PROCESSING
585 # E.g. the ones used to rebuild the GCC toolchain from scratch.
598 # On Linux, detect our legacy-compatible toolchain when in the Android
606 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3"
608 log "Forcing generation of Linux binaries with legacy toolchain"
657 # will not work well with the GCC toolchain scripts.
740 if [ -z "$TOOLCHAIN" ] ; then
741 echo "ERROR: Missing toolchain name!"
748 # Determine ABI based on toolchain name
750 case "$TOOLCHAIN" i
    [all...]
dev-system-import.sh 77 linker flags when used with the standalone NDK toolchain
112 register_var_option "--toolchain-prefix=<path>" TOOLCHAIN_PREFIX "Path and prefix for the toolchain"
113 log "Toolchain prefix: $TOOLCHAIN_PREFIX"
189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm
193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86
210 echo "Autoconfig: --toolchain-prefix=$TOOLCHAIN_PREFIX"
214 echo "ERROR: Toolchain not installed, missing directory: $(dirname $TOOLCHAIN_PREFIX)"
219 echo "ERROR: Toolchain not installed, missing program: $TOOLCHAIN_PREFIX-readelf"
297 # link with the NDK toolchain
    [all...]
  /external/libvpx/build/make/
Makefile 33 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
38 # Run configure for the user with the current toolchain.
58 # Normally, we want to build the filename from the target and the toolchain.
60 # However, the toolchain is part of the target in universal builds, so we
61 # don't want to include TOOLCHAIN in that case. FAT_ARCHS is used to test
63 include $(target)$(if $(FAT_ARCHS),,-$(TOOLCHAIN)).mk
71 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
72 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
73 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
248 include $(SRC_PATH_BARE)/$(target:-$(TOOLCHAIN)=).m
    [all...]
configure.sh 266 # Toolchain Check Functions
344 echo "TOOLCHAIN := ${toolchain}" >> config.mk
346 case ${toolchain} in
357 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
376 TOOLCHAIN=${toolchain}
438 --target=*) toolchain="${toolchain:-${optval}}"
440 --force-target=*) toolchain="${toolchain:-${optval}}"; enable force_toolchai
    [all...]
  /external/libvpx/
libs.mk 88 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_LIBVPX,BUILD_LIBVPX):=yes)
140 --target=$(TOOLCHAIN) \
163 --target=$(TOOLCHAIN) \
examples.mk 149 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_OBJS,BUILD_OBJS):=yes)
212 --target=$$(TOOLCHAIN)\

Completed in 258 milliseconds