HomeSort by relevance Sort by last modified time
    Searched refs:ARCH (Results 201 - 225 of 395) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32rl78.sh 6 ARCH=rl78
elf32rx.sh 6 ARCH=rx
elf32vax.sh 9 ARCH=vax
elf64_aix.sh 6 ARCH=ia64
elf64mmix.sh 17 ARCH=mmix
elf64tilegx.sh 10 ARCH=tilegx
elf_i386_chaos.sh 6 ARCH=i386
elf_i386_vxworks.sh 7 ARCH=i386
elf_s390.sh 7 ARCH="s390:31-bit"
m68kelf.sh 7 ARCH=m68k
mn10200.sh 10 ARCH=mn10200
msp430.sh 13 ARCH=msp:14
nds32elf.sh 11 ARCH=nds32
nds32elf16m.sh 11 ARCH=nds32
nios2elf.sh 12 ARCH=nios2
nios2linux.sh 12 ARCH=nios2
shelf_vxworks.sh 11 ARCH=sh
v850.sh 11 ARCH=v850
v850_rh850.sh 11 ARCH=v850_rh850
  /external/llvm/unittests/ADT/
Makefile 17 ifeq ($(ARCH),PowerPC)
  /ndk/tests/build/libc_no_atexit/
build.sh 11 for ARCH in $DEFAULT_ARCHS; do
12 LIB=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!' | grep arch-$ARCH)
  /toolchain/binutils/binutils-2.25/bfd/
i386mach3.c 31 #define ARCH 32
  /ndk/build/tools/
dev-platform-import.sh 29 ARCH=
30 register_option "--arch=<name>" do_arch "Specify architecture name [autodetect]"
31 do_arch () { ARCH=$1; }
68 the build.prop file. This can be overriden with --arch=<name>
72 \$OUT_DIR/android-\$API/arch-\$ARCH/include
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
113 if [ -z "$ARCH" ]; then
117 dump "Please use --arch=<name> to override this. See --help
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 6 ARCH=${ARCH:-i486}
9 if [ "$ARCH" = "i386" ]; then
11 elif [ "$ARCH" = "i486" ]; then
13 elif [ "$ARCH" = "s390" ]; then
15 elif [ "$ARCH" = "x86_64" ]; then
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
  /external/libvpx/
libvpx-asm-translation.mk 5 # libvpx_codec_srcs_asm_<arch>
8 # LOCAL_GENERATED_SOURCES_<arch>
10 ifneq ($(strip $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH))),)
15 VPX_ASM := $(addprefix $(libvpx_intermediates)/, $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH)))
23 LOCAL_GENERATED_SOURCES_$(TARGET_$(libvpx_2nd_arch)ARCH) += $(VPX_GEN)

Completed in 377 milliseconds

1 2 3 4 5 6 7 891011>>