OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc
(Results
251 - 275
of
442
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/strace/debian/
rules
30
CC64 =
gcc
-m64
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk
17
COMP ?= $(CROSS)
gcc
18
LINK ?= $(CROSS)
gcc
/ndk/build/core/toolchains/x86-clang3.6/
setup.mk
44
-
gcc
-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
56
-
gcc
-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
/ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh
39
the corresponding
gcc
source tree.
50
register_var_option "--
gcc
-version-list=<vers>" GCC_VERSION_LIST "List of
GCC
versions"
123
# $4:
GCC
version
148
if [ -f ${BINPREFIX}
gcc
]; then
152
GNUSTL_SRCDIR=$SRCDIR/
gcc
/
gcc
-$GCC_VERSION/libstdc++-v3
226
export CC=${BINPREFIX}
gcc
280
PROJECT="gnustl_$LIBTYPE
gcc
-$GCC_VERSION $ABI $THUMB"
327
# Copy the common headers only once per
gcc
versio
[
all
...]
/prebuilts/qemu-kernel/arm/
rebuild.sh
115
GCC
="$TOOLCHAIN_PREFIX-
gcc
"
180
echo " --cc=<path> Path to C compiler [$
GCC
]"
245
GCC
="$OPTION_CC"
247
find_program
GCC
$TOOLCHAIN_PREFIX-
gcc
250
if [ -z "$
GCC
" ]; then
256
GCC
="$TOOLCHAIN_DIR/$TOOLCHAIN_PREFIX-
gcc
"
257
if [ ! -f "$
GCC
" ] ; the
[
all
...]
/toolchain/binutils/binutils-2.25/
depcomp
141
depmode=
gcc
168
# IBM C/C++ Compilers xlc/xlC can output
gcc
-like dependency information.
169
gccflag=-qmakedep=
gcc
,-MF
170
depmode=
gcc
175
##
gcc
3 implements dependency tracking that does exactly what
200
gcc
)
201
## Note that this doesn't just cater to obsosete pre-3.x
GCC
compilers.
204
## There are various ways to get dependency output from
gcc
. Here's
209
## - The DEPENDENCIES_OUTPUT environment variable makes
gcc
act like
211
## supported by the other compilers which use the '
gcc
' depmode
[
all
...]
/bionic/libc/tools/
genlibgcc_compat.py
24
*
gcc
<options> -o libfoo.so foo.a libgcc.a -lc -lm
32
*
gcc
<options> -o libfoo.so foo.a -lc -lm libgcc.a
/build/core/combo/
TARGET_linux-arm.mk
53
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
55
$(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION)
59
$(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)
gcc
123
# note: the mangling of 'va_list' has changed in
GCC
4.4
127
# in their exported C++ functions). Also,
GCC
4.5 has already
TARGET_linux-mips.mk
53
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
55
$(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/mips/mips64el-linux-android-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION)
59
$(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)
gcc
TARGET_linux-x86.mk
46
# You can set TARGET_TOOLS_PREFIX to get
gcc
from somewhere else
48
$(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/x86/x86_64-linux-android-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION)
52
$(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)
gcc
/external/clang/lib/Driver/
MinGWToolChain.cpp
56
llvm::sys::path::append(LibDir, CandidateLib, "
gcc
", CandidateArch);
69
// On Windows if there is no sysroot we search for
gcc
on the PATH.
74
llvm::sys::findProgramByName("
gcc
"))
99
Preprocessor.reset(new tools::
gcc
::Preprocessor(*this));
103
Compiler.reset(new tools::
gcc
::Compiler(*this));
135
// c:\mingw\lib\
gcc
\mingw32\4.8.1\include\c++
136
// c:\mingw\lib\
gcc
\mingw32\4.8.1\include\c++\mingw32
137
// c:\mingw\lib\
gcc
\mingw32\4.8.1\include\c++\backward
138
// c:\mingw\lib\
gcc
\mingw32\4.8.1\include
140
// c:\mingw\lib\
gcc
\mingw32\4.8.1\include-fixe
[
all
...]
/external/curl/packages/DOS/
common.dj
92
CC =
gcc
/external/curl/src/
Makefile.m32
3
## Makefile for building curl.exe with MingW (
GCC
-3.2 or later)
69
CC = $(CROSSPREFIX)
gcc
/external/icu/icu4c/source/config/
mh-cygwin
119
GENCCODE_ASSEMBLY=-a
gcc
-cygwin
mh-cygwin64
119
GENCCODE_ASSEMBLY=-a
gcc
-mingw64
mh-darwin
44
GENCCODE_ASSEMBLY=-a
gcc
-darwin
mh-mingw
152
GENCCODE_ASSEMBLY=-a
gcc
-cygwin
mh-mingw64
152
GENCCODE_ASSEMBLY=-a
gcc
-mingw64
/external/libcap/
Make.Rules
51
CC :=
gcc
/external/libevent/
depcomp
84
depmode=
gcc
111
# IBM C/C++ Compilers xlc/xlC can output
gcc
-like dependency informations.
112
gccflag=-qmakedep=
gcc
,-MF
113
depmode=
gcc
118
##
gcc
3 implements dependency tracking that does exactly what
144
gcc
)
145
## There are various ways to get dependency output from
gcc
. Here's
150
## - The DEPENDENCIES_OUTPUT environment variable makes
gcc
act like
174
## dummy dependencies for each header file. Too bad
gcc
doesn't do
177
## Some versions of
gcc
put a space before the ':'. On the theor
[
all
...]
/external/libopus/
depcomp
85
depmode=
gcc
112
# IBM C/C++ Compilers xlc/xlC can output
gcc
-like dependency informations.
113
gccflag=-qmakedep=
gcc
,-MF
114
depmode=
gcc
119
##
gcc
3 implements dependency tracking that does exactly what
145
gcc
)
146
## There are various ways to get dependency output from
gcc
. Here's
151
## - The DEPENDENCIES_OUTPUT environment variable makes
gcc
act like
175
## dummy dependencies for each header file. Too bad
gcc
doesn't do
178
## Some versions of
gcc
put a space before the ':'. On the theor
[
all
...]
/external/opencv3/platforms/scripts/
ABI_compat_generator.py
155
gcc
= filter(lambda x: not x.startswith(excludedOptionsPrefix), gcc_options)
156
return sorted(
gcc
)
/ndk/build/core/
default-build-commands.mk
124
TARGET_CC = $(TOOLCHAIN_PREFIX)
gcc
151
# Use *-
gcc
-ar instead of *-ar for better LTO support, except for
152
# gcc4.6 which doesn't have
gcc
-ar
154
TARGET_AR = $(TOOLCHAIN_PREFIX)
gcc
-ar
/ndk/build/core/toolchains/aarch64-linux-android-4.9/
setup.mk
16
# this file is used to prepare the NDK to build with the arm64
gcc
-4.9
/toolchain/binutils/binutils-2.25/bfd/
makefile.vms
45
ifeq ($(CC),
gcc
)
Completed in 999 milliseconds
<<
11
12
13
14
15
16
17
18