OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc
(Results
26 - 50
of
423
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
GNUmakefile
13
CC =
gcc
/external/autotest/client/tests/synctest/src/
Makefile
6
$(CROSS_COMPILE)
gcc
$(FLAGS) $^ -o $(TARGET)
/external/e2fsprogs/util/
static-analysis-cleanup
3
# This script filters out
gcc
-wall crud that we're not interested in seeing.
7
/^
gcc
/d
/external/freetype/builds/dos/
dos-gcc.mk
17
include $(TOP_DIR)/builds/compiler/
gcc
.mk
/external/freetype/builds/os2/
os2-gcc.mk
2
# FreeType 2 configuration rules for the OS/2 +
gcc
19
# include
gcc
-specific definitions
20
include $(TOP_DIR)/builds/compiler/
gcc
.mk
os2-dev.mk
2
# FreeType 2 configuration rules for OS/2 +
GCC
23
# include
gcc
-specific definitions
24
include $(TOP_DIR)/builds/compiler/
gcc
-dev.mk
/external/google-fruit/extras/scripts/
travis_ci_install_osx.sh
31
gcc
-4.9) install_brew_package
gcc
@4.9 ;;
32
gcc
-5) install_brew_package
gcc
@5 ;;
33
gcc
-6) install_brew_package
gcc
@6 ;;
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile
9
%.
gcc
.s: %.c
10
gcc
-O0 -S $< -o $@
13
gcc
-O0 -lm $< -o $@
/external/grpc-grpc/third_party/nanopb/tests/
Makefile
11
scons CC=
gcc
-4.6 CXX=
gcc
-4.6
/external/libaom/libaom/build/cmake/toolchains/
arm64-linux-gcc.cmake
24
set(CMAKE_C_COMPILER ${CROSS}
gcc
)
32
# No intrinsics flag required for arm64-linux-
gcc
.
35
# No runtime cpu detect for arm64-linux-
gcc
.
ppc-linux-gcc.cmake
24
set(CMAKE_C_COMPILER ${CROSS}
gcc
)
/external/nanopb-c/tests/
Makefile
11
scons CC=
gcc
-4.6 CXX=
gcc
-4.6
/external/selinux/libselinux/src/
exception.sh
18
if ! ${CC:-
gcc
} -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
20
# clang does not support -aux-info so fall back to
gcc
21
gcc
-x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
/external/selinux/libsemanage/src/
exception.sh
12
if ! ${CC:-
gcc
} -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h
14
# clang does not support -aux-info so fall back to
gcc
15
gcc
-x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h
/external/autotest/client/deps/nvmap_compactor/src/
Makefile
10
GCC
= $(CROSS_COMPILE)
gcc
13
$(
GCC
) -lEGL -lGLESv2 $(CFLAGS) $(SOURCE_FILES) -o $(OUT)
/external/autotest/client/tests/cyclictest/src/
Makefile
7
$(CROSS_COMPILE)
gcc
$(FLAGS) $^ -o $(TARGET) $(LIBS)
/external/autotest/client/tests/signaltest/
Makefile
2
CC ?= $(CROSS_COMPILE)
gcc
/external/autotest/client/tests/signaltest/src/
Makefile
1
CC ?= $(CROSS_COMPILE)
gcc
/external/epid-sdk/parts-site/tools/
gcc.py
18
Configure
gcc
ARM toolchain
24
# import
gcc
tool from parts ( we only need to add configurations to be loaded)
25
from parts.tools.
gcc
import *
27
parts.tools.GnuCommon.common.
gcc
.Register(
33
# default binary location for arm-linux-gnueabi-
gcc
compiler
38
shell_vars={'PATH': '${
GCC
.INSTALL_ROOT}'},
39
test_file='arm-linux-gnueabi-
gcc
')
43
parts.tools.GnuCommon.common.
gcc
.Register(
49
# default binary location for arm-linux-gnueabihf-
gcc
compiler
54
shell_vars={'PATH': '${
GCC
.INSTALL_ROOT}'}
[
all
...]
/external/freetype/builds/unix/
unix-dev.mk
2
# FreeType 2 Configuration rules for Unix +
GCC
22
include $(TOP_DIR)/builds/compiler/
gcc
-dev.mk
/external/freetype/builds/windows/
w32-dev.mk
2
# FreeType 2 configuration rules for Win32 +
GCC
26
include $(TOP_DIR)/builds/compiler/
gcc
-dev.mk
w32-gcc.mk
2
# FreeType 2 configuration rules for Win32 +
GCC
24
# include
gcc
-specific definitions
25
include $(TOP_DIR)/builds/compiler/
gcc
.mk
w32-mingw32.mk
26
# include
gcc
-specific definitions
27
include $(TOP_DIR)/builds/compiler/
gcc
.mk
/external/honggfuzz/examples/badcode/targets/
Makefile
1
CC ?=
gcc
/external/iputils/Modules/
Makefile
4
CC=
gcc
Completed in 867 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>