Searched refs:ARCH (Results 1 - 25 of 53) sorted by relevance

123

/external/compiler-rt/test/timing/
H A Dtime24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/linux-tools-perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/qemu/distrib/kernel-toolchain/
H A Dandroid-kernel-toolchain-ar21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-as21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-gcc21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-ld21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-nm21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-objcopy21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-objdump21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-ranlib21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dandroid-kernel-toolchain-strip21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
H A Dtoolbox.sh21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
/external/llvm/lib/ExecutionEngine/JIT/
H A DMakefile13 # Get the $(ARCH) setting
17 ifeq ($(ARCH), x86)
28 ifeq ($(ARCH), Sparc)
/external/compiler-rt/test/Unit/
H A Dtest19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
/external/valgrind/tsan/
H A Dtsan_dynamorio.sh14 -64) ARCH="amd64"; BITNESS="64";;
15 -32) ARCH="x86"; BITNESS="32";;
32 ARCH=amd64
35 ARCH=x86
44 -client $TS_ROOT/bin/$ARCH-linux-debug-ts_dynamorio.so 0 "$TS_FLAGS" \
/external/clang/lib/Lex/
H A DMakefile19 ifeq ($(ARCH),PowerPC)
/external/llvm/examples/
H A DMakefile20 ifeq ($(ARCH),x86)
23 ifeq ($(ARCH),x86_64)
/external/qemu/distrib/
H A Dbuild-kernel.sh36 ARCH=arm
81 echo " --arch=<arch> change target architecture [$ARCH]"
95 ARCH=$OPTION_ARCH
108 if [ ! -d arch/$ARCH/mach-$MACHINE ] ; then
109 echo "Cannot find arch/$ARCH/mach-$MACHINE. Please cd to the kernel source directory."
128 case $ARCH in
151 case $ARCH in
175 CROSSPREFIX=$BUILD_TOP/prebuilts/gcc/$HOST_TAG/$ARCH/$CROSSTOOLCHAIN/bin/$CROSSPREFIX
184 export CROSS_COMPILE="$CROSSPREFIX" ARCH SUBARCH=$ARCH
[all...]
/external/llvm/unittests/ADT/
H A DMakefile17 ifeq ($(ARCH),PowerPC)
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild6 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

Completed in 450 milliseconds

123