OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc
(Results
126 - 150
of
442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders
5
#This file is part of
GCC
.
7
#
GCC
is free software; you can redistribute it and/or modify it under
12
#
GCC
is distributed in the hope that it will be useful, but WITHOUT
18
#along with
GCC
; see the file COPYING3. If not see
43
echo "mkheaders (
GCC
) version $version"
73
libsubdir=${libdir}/
gcc
/${target_noncanonical}/${version}
75
libexecsubdir=${libexecdir}/
gcc
/${target_noncanonical}/${version}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders
5
#This file is part of
GCC
.
7
#
GCC
is free software; you can redistribute it and/or modify it under
12
#
GCC
is distributed in the hope that it will be useful, but WITHOUT
18
#along with
GCC
; see the file COPYING3. If not see
43
echo "mkheaders (
GCC
) version $version"
73
libsubdir=${libdir}/
gcc
/${target_noncanonical}/${version}
75
libexecsubdir=${libexecdir}/
gcc
/${target_noncanonical}/${version}
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-arm-1.s
1
#; $ as -o test.o gas-cfi-test.s &&
gcc
-nostdlib -o test test.o
cfi-ppc-1.s
1
#; $ as -o test.o -a32 gas-cfi-test.s &&
gcc
-nostdlib -o test test.o
cfi-sparc-1.s
1
#; $ as -o test.o -32 gas-cfi-test.s &&
gcc
-m32 -nostdlib -o test test.o
cfi-sparc64-1.s
1
#; $ as -o test.o -64 gas-cfi-test.s &&
gcc
-m64 -nostdlib -o test test.o
/external/dbus/cmake/
cross-compile.sh
11
if test -f /usr/bin/i686-pc-mingw32-
gcc
; then
13
elif test -f /usr/bin/i586-mingw32msvc-
gcc
; then
39
HOST_CC=
gcc
; export HOST_CC;
50
for i in `ls -1 ${_PREFIX}* | grep -v '
gcc
-'`; do
56
CC="${MINGW32_CC:-$cross_cc-
gcc
}"; export CC;
98
-DCMAKE_C_COMPILER="/usr/bin/$cross_cc-
gcc
" \
/external/curl/lib/
Makefile.netware
105
CC =
gcc
135
CFLAGS += -msgstyle
gcc
-gccinc -inline off -opt nointrinsics -proc 586
161
ifeq ($(findstring
gcc
,$(CC)),
gcc
)
167
PRELUDE = $(NDK_LIBC)/imports/posixpre.
gcc
.o
169
PRELUDE = $(NDK_LIBC)/imports/libcpre.
gcc
.o
172
PRELUDE = $(NDK_CLIB)/imports/clibpre.
gcc
.o
/ndk/build/tools/
build-mingw64-toolchain.sh
172
--
gcc
-version=*) GCC_VERSION=$optarg;;
190
It uses your host '
gcc
' by default to generate a cross-toolchain named
202
toolchain prefix, e.g. <prefix>-
gcc
to compile. For example, to generate
208
git clone \$PREBUILTS/
gcc
/linux-x86/host/x86_64-linux-glibc2.11-4.8 \\
213
In the example above, the script will use 'x86_64-linux-
gcc
' and related
223
--
gcc
-version=<version> Select
gcc
version [$GCC_VERSION]."
310
PROBE_CC=${CC:-
gcc
}
321
PROBE_CC=${HOST_BINPREFIX}
gcc
323
echo "Using
GCC
: $PROBE_CC
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
173
--
gcc
-version=*) GCC_VERSION=$optarg;;
191
It uses your host '
gcc
' by default to generate a cross-toolchain named
203
toolchain prefix, e.g. <prefix>-
gcc
to compile. For example, to generate
209
git clone \$PREBUILTS/
gcc
/linux-x86/host/x86_64-linux-glibc2.11-4.8 \\
214
In the example above, the script will use 'x86_64-linux-
gcc
' and related
224
--
gcc
-version=<version> Select
gcc
version [$GCC_VERSION]."
311
PROBE_CC=${CC:-
gcc
}
322
PROBE_CC=${HOST_BINPREFIX}
gcc
324
echo "Using
GCC
: $PROBE_CC
[
all
...]
/build/core/combo/
HOST_darwin-x86.mk
34
$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT := prebuilts/
gcc
/darwin-x86/host/i686-apple-darwin-4.2.1
36
$(combo_2nd_arch_prefix)HOST_CC := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)-
gcc
43
#
gcc
location for clang; to be updated when clang is updated
/build/kati/testcase/
override_define.mk
11
override CC :=
gcc
/external/curl/src/
makefile.amiga
10
CC = m68k-amigaos-
gcc
/external/llvm/utils/
findmisopt
97
gcc
"$s" -o "$prog" $ldflags || exit 1
107
gcc
"$opts" -o "$optprog" $ldflags || exit
/ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat
1
@if "%1" == "
gcc
" GoTo GCCBuild
14
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c misc.c -o ../../w32_misc.o
15
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c sub_proc.c -o ../../sub_proc.o
16
gcc
-mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c w32err.c -o ../../w32err.o
/ndk/sources/host-tools/nawk-20071023/
GNUmakefile
43
CC := x86_64-pc-mingw32msvc-
gcc
45
CC := i586-pc-mingw32msvc-
gcc
/ndk/tests/device/static-executable/jni/
Android.mk
9
# but option "-static" can instruct
gcc
to link with proper crt*o files to
/toolchain/binutils/binutils-2.25/
Makefile.def
46
host_modules= { module=
gcc
; bootstrap=true;
296
// Host modules specific to
gcc
.
297
dependencies = { module=configure-
gcc
; on=configure-intl; };
298
dependencies = { module=configure-
gcc
; on=all-gmp; };
299
dependencies = { module=configure-
gcc
; on=all-lto-plugin; };
300
dependencies = { module=configure-
gcc
; on=all-binutils; };
301
dependencies = { module=configure-
gcc
; on=all-gas; };
302
dependencies = { module=configure-
gcc
; on=all-ld; };
303
dependencies = { module=configure-
gcc
; on=all-gold; };
304
dependencies = { module=configure-
gcc
; on=all-libelf; }
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
makefile.vms
40
ifeq ($(CC),
gcc
)
/bionic/libc/malloc_debug/
Android.mk
36
# -Wno-error=format-zero-length needed for
gcc
to compile.
72
# -Wno-error=format-zero-length needed for
gcc
to compile.
/external/autotest/client/tests/aio_dio_bugs/src/
Makefile
1
CC=
gcc
/external/blktrace/btreplay/
Makefile
8
CC =
gcc
/external/compiler-rt/lib/tsan/go/
buildgo.sh
92
CC=${CC:-
gcc
}
/external/curl/packages/OS400/
make-include.sh
61
stdcheaders|typecheck-
gcc
)
/external/gptfdisk/
Makefile
1
CC=
gcc
Completed in 508 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>