Home
last modified time | relevance | path

Searched refs:gcc (Results 1 - 25 of 148) sorted by relevance

123456

/third_party/icu/icu4c/source/
H A DrunConfigureICU40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
42 Cygwin Use the GNU gcc/g++ compilers on Cygwin
46 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
49 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
50 Linux/gcc Use the GNU gcc/g++ compilers on Linux
55 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
56 MinGW Use the GNU gcc/g++ compilers on MinGW
60 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
153 CC=gcc; expor
[all...]
/third_party/skia/third_party/externals/icu/source/
H A DrunConfigureICU40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
55 MinGW Use the GNU gcc/g++ compilers on MinGW
59 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
152 CC=gcc; expor
[all...]
/third_party/skia/third_party/externals/expat/expat/
H A Dqa.sh72 gcc)
73 : ${CC:=gcc}
108 if [[ ${QA_COMPILER} = gcc ]]; then
159 mingw32_dir="$(ls -1d /usr/lib/gcc/i686-w64-mingw32/* | head -n1)"
182 if [[ ${QA_COMPILER} != gcc ]]; then
253 echo gcc
259 clang|gcc) ;;
264 if [[ ${QA_COMPILER} != gcc && -n ${QA_PROCESSOR:-} ]]; then
265 WARNING "QA_COMPILER=${QA_COMPILER} is not 'gcc' -- ignoring QA_PROCESSOR=${QA_PROCESSOR}"
291 QA_COMPILER=(clang|gcc) # defaul
[all...]
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Ddetect.mk90 # gcc Makefile by default
91 CONFIG_FILE := w32-gcc.mk
93 CC := gcc
103 $(info $(empty) make setup gcc (with Mingw))
165 CC := gcc
190 ifneq ($(findstring devel-gcc,$(MAKECMDGOALS)),) # development target
192 CC := gcc
194 .PHONY: devel-gcc
195 devel-gcc: setup
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
H A DMakefile2 CC = arm-himix410-linux-gcc
7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
H A DMakefile2 CC = arm-himix410-linux-gcc
7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile183 gcc -Wall -pedantic-errors -std=c99 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
195 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODECS_COMMON
196 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD
197 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_DECODE
198 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_ENCODE
199 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD -D VULKAN_VIDEO_CODEC_H264STD_DECODE -D VULKAN_VIDEO_CODEC_H264STD_ENCODE
200 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD
201 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_DECODE
202 gcc
[all...]
/third_party/node/deps/openssl/config/
H A DMakefile12 ASM_ARCHS = aix64-gcc-as BSD-x86 BSD-x86_64 \
16 solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32
20 CC = gcc
/third_party/zlib/
H A Dconfigure89 gcc=0
169 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
176 echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
177 if ${CROSS_PREFIX}gcc -v >/dev/null 2>&1; then
178 cc=${CROSS_PREFIX}gcc
187 *gcc*) gcc=1 ;;
188 *clang*) gcc=1 ;;
191 *gcc*) gcc
[all...]
/third_party/fsverity-utils/scripts/
H A Drun-tests.sh158 log "Build and test with gcc (-O2)"
159 $MAKE CC=gcc CFLAGS="-O2 -Werror" check
161 log "Build and test with gcc (-O3)"
162 $MAKE CC=gcc CFLAGS="-O3 -Werror" check
178 log "Build and test with gcc (32-bit)"
179 $MAKE CC=gcc CFLAGS="-O2 -Werror -m32" check
259 $MAKE CC=i686-w64-mingw32-gcc CFLAGS="-O2 -Werror"
262 $MAKE CC=x86_64-w64-mingw32-gcc CFLAGS="-O2 -Werror"
/third_party/libfuse/test/
H A Dci-build.sh27 for CC in gcc gcc-9 gcc-10 clang; do
36 if [ ${CC} == 'gcc-7' ]; then
41 if [ ${CC} == 'gcc-10' ]; then
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A DMakefile2 CC=arm-himix410-linux-gcc
5 CC=../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A DMakefile4 CC=arm-himix410-linux-gcc
7 CC=../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A DMakefile2 CC=arm-himix410-linux-gcc
5 CC=../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
/third_party/skia/third_party/externals/freetype/builds/dos/
H A Ddetect.mk73 # Use DJGPP (i.e. gcc) by default.
75 CONFIG_FILE := dos-gcc.mk
76 CC ?= gcc
80 ifneq ($(findstring emx,$(MAKECMDGOALS)),) # EMX gcc
82 CC := gcc
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DMakefile2 CC=arm-himix410-linux-gcc
5 CC=../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc
/third_party/selinux/libselinux/src/
H A Dexception.sh31 if ! cat "${FILE_LIST[@]}" | ${CC:-gcc} -x c -c -I../include -o temp.o - -aux-info temp.aux
33 # clang does not support -aux-info so fall back to gcc
34 cat "${FILE_LIST[@]}" | gcc -x c -c -I../include -o temp.o - -aux-info temp.aux
/third_party/mbedtls/tests/scripts/
H A Dall.sh37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind)
39 # * arm-gcc and mingw-gcc
187 : ${GCC_LATEST:="gcc-latest"}
188 : ${GCC_EARLIEST:="gcc-earliest"}
269 --arm-none-eabi-gcc-prefix=<string>
272 --arm-linux-gnueabi-gcc-prefix=<string>
301 --gcc-earliest=<GCC_earliest_path> Earliest version of GCC available
302 --gcc-latest=<GCC_latest_path> Latest version of GCC available
451 --arm-none-eabi-gcc
[all...]
/third_party/icu/tools/release/c/os-mapping/
H A DMakefile46 gcc -I $(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
47 #gcc -I $(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
53 gcc -I $(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
54 #gcc -I $(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
/third_party/lz4/contrib/djgpp/
H A DMakefile18 CC = $(CROSS)-gcc
20 LD = $(CROSS)-gcc
/third_party/skia/third_party/externals/freetype/builds/os2/
H A Ddetect.mk35 # gcc-emx by default
36 CONFIG_FILE := os2-gcc.mk
69 CC := gcc
/third_party/musl/porting/linux/user/
H A DMakefile69 TOOL_LIBS = lib/musl-gcc.specs
71 ALL_TOOLS = obj/musl-gcc
73 WRAPCC_GCC = gcc
180 lib/musl-gcc.specs: $(srcdir)/tools/musl-gcc.specs.sh config.mak
183 obj/musl-gcc: config.mak
184 printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@
/third_party/musl/scripts/linux/
H A DMakefile69 TOOL_LIBS = lib/musl-gcc.specs
71 ALL_TOOLS = obj/musl-gcc
73 WRAPCC_GCC = gcc
180 lib/musl-gcc.specs: $(srcdir)/tools/musl-gcc.specs.sh config.mak
183 obj/musl-gcc: config.mak
184 printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile69 TOOL_LIBS = lib/musl-gcc.specs
71 ALL_TOOLS = obj/musl-gcc
73 WRAPCC_GCC = gcc
180 lib/musl-gcc.specs: $(srcdir)/tools/musl-gcc.specs.sh config.mak
183 obj/musl-gcc: config.mak
184 printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@
/third_party/musl/
H A DMakefile69 TOOL_LIBS = lib/musl-gcc.specs
71 ALL_TOOLS = obj/musl-gcc
73 WRAPCC_GCC = gcc
180 lib/musl-gcc.specs: $(srcdir)/tools/musl-gcc.specs.sh config.mak
183 obj/musl-gcc: config.mak
184 printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@

Completed in 15 milliseconds

123456