HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 26 - 50 of 606) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-as 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-gcc 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-ld 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-nm 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-objcopy 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-objdump 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-ranlib 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-size 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
android-kernel-toolchain-strip 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
toolbox.sh 31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
  /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/devlib/src/readenergy/
Makefile 6 CC=$(CROSS_COMPILE)gcc
  /external/freetype/builds/os2/
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/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 824 milliseconds

12 3 4 5 6 7 8 91011>>