OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc
(Results
176 - 200
of
442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-s390x-1.s
1
#; $ as -o test.o -m64 -march=z900 gas-cfi-test.s &&
gcc
-m64 -nostdlib -o test test.o
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
vr4120-2.s
2
# Note that we only work around bugs
gcc
may generate.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange5.s
4
! Test-case shortened from
gcc
.c-torture/execute/20000205-1.c.
/external/curl/docs/examples/
Makefile.netware
100
CC =
gcc
150
ifeq ($(findstring
gcc
,$(CC)),
gcc
)
156
PRELUDE = $(NDK_LIBC)/imports/posixpre.
gcc
.o
158
PRELUDE = $(NDK_LIBC)/imports/libcpre.
gcc
.o
161
# PRELUDE = $(NDK_CLIB)/imports/clibpre.
gcc
.o
/external/curl/src/
Makefile.netware
120
CC =
gcc
170
ifeq ($(findstring
gcc
,$(CC)),
gcc
)
176
PRELUDE = $(NDK_LIBC)/imports/posixpre.
gcc
.o
178
PRELUDE = $(NDK_LIBC)/imports/libcpre.
gcc
.o
181
# PRELUDE = $(NDK_CLIB)/imports/clibpre.
gcc
.o
/external/libvpx/libvpx/build/make/
configure.sh
384
if enabled
gcc
&& ! disabled "$feature" && ! check_cflags "-m$opt"; then
618
CC=${CC:-${CROSS}
gcc
}
643
gcctarget="${CHOST:-$(
gcc
-dumpmachine 2> /dev/null)}"
710
toolchain=${tgt_isa}-${tgt_os}-
gcc
871
gcc
)
873
link_with_cc=
gcc
963
-name "arm-linux-androideabi-
gcc
*" -print -quit`
965
CC=${TOOLCHAIN_PATH}
gcc
968
LD=${TOOLCHAIN_PATH}
gcc
1058
# Check if we have CodeSourcery
GCC
in PATH. Needed fo
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh
388
if enabled
gcc
&& ! disabled "$feature" && ! check_cflags "-m$opt"; then
601
CC=${CC:-${CROSS}
gcc
}
614
gcctarget="${CHOST:-$(
gcc
-dumpmachine 2> /dev/null)}"
694
toolchain=${tgt_isa}-${tgt_os}-
gcc
815
gcc
)
817
link_with_cc=
gcc
905
-name "arm-linux-androideabi-
gcc
*" -print -quit`
907
CC=${TOOLCHAIN_PATH}
gcc
910
LD=${TOOLCHAIN_PATH}
gcc
974
# Check if we have CodeSourcery
GCC
in PATH. Needed fo
[
all
...]
Android.mk
16
# ./libvpx/configure --target=armv7-android-
gcc
--disable-examples \
45
# --target=arm5te-android-
gcc
and modify the Application.mk file to
59
include $(CONFIG_DIR)libs-armv7-android-
gcc
.mk
61
include $(CONFIG_DIR)libs-armv5te-android-
gcc
.mk
/ndk/sources/host-tools/make-3.81/
build_w32.bat
27
if "%1" == "
gcc
" GoTo GCCBuild
167
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c variable.c
168
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c rule.c
169
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c
170
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c commands.c
171
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c file.c
172
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getloadavg.c
173
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c default.c
174
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c signame.c
175
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ex (…)
[
all
...]
/build/core/combo/
TARGET_linux-arm64.mk
53
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
55
TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/aarch64/aarch64-linux-android-$(TARGET_GCC_VERSION)
59
TARGET_CC := $(TARGET_TOOLS_PREFIX)
gcc
99
# note: the mangling of 'va_list' has changed in
GCC
4.4
103
# in their exported C++ functions). Also,
GCC
4.5 has already
TARGET_linux-mips64.mk
53
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
55
TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/mips/mips64el-linux-android-$(TARGET_GCC_VERSION)
59
TARGET_CC := $(TARGET_TOOLS_PREFIX)
gcc
TARGET_linux-x86_64.mk
46
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
48
TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/x86/x86_64-linux-android-$(TARGET_GCC_VERSION)
52
TARGET_CC := $(TARGET_TOOLS_PREFIX)
gcc
/external/compiler-rt/make/
options.mk
7
CC :=
gcc
/external/curl/lib/
Makefile.m32
3
## Makefile for building libcurl.a with MingW (
GCC
-3.2 or later)
57
CC = $(CROSSPREFIX)
gcc
/external/icu/icu4c/source/config/
mh-alpha-linux-gcc
72
GENCCODE_ASSEMBLY=-a
gcc
/external/ipsec-tools/
Makefile
2
gcc
-O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \
/external/llvm/utils/
llvm-native-gxx
128
run "
gcc
$GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157
run "
gcc
$NativeGCCOptions $GeneratedCode -o $OutputFile";
204
llvm-native-g++ takes the same options as llvm-
gcc
. All options
/external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh
81
GCC
=$(command ls $ANDROID_TOOLCHAIN/*-
gcc
| head -n1)
82
if [ -z "$
GCC
" ]; then
87
# Remove the '-
gcc
' at the end to get the full toolchain prefix
88
ANDROID_TOOLCHAIN_PREFIX=${
GCC
%%-
gcc
}
103
exportVar CC_target "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-
gcc
"
105
exportVar LINK_target "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-
gcc
"
130
exportVar CC "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-
gcc
"
132
exportVar LINK "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-
gcc
"
[
all
...]
/frameworks/base/media/mca/filterfw/native/
Android.mk
39
#
gcc
should always be placed at the end.
/ndk/build/core/toolchains/aarch64-linux-android-4.9/
config.mk
16
# config file for the arm64
gcc
-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/
config.mk
16
# config file for the arm
gcc
-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/mips64el-linux-android-4.9/
config.mk
16
# config file for the mips64el
gcc
-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/mipsel-linux-android-4.9/
config.mk
16
# config file for the mipsel
gcc
-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/x86-4.9/
config.mk
16
# config file for the x86
gcc
-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/x86_64-4.9/
config.mk
16
# config file for the x86_64
gcc
-4.9 toolchain for the Android NDK
Completed in 4098 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>