Home
last modified time | relevance | path

Searched refs:C_COMPILER (Results 1 – 6 of 6) sorted by relevance

/third_party/unity/examples/example_1/
Dmakefile23 C_COMPILER=gcc macro
25 C_COMPILER=clang macro
58 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
59 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES2) -o $(TARGET2)
/third_party/cJSON/tests/unity/examples/example_1/
Dmakefile23 C_COMPILER=gcc macro
25 C_COMPILER=clang macro
57 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
58 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES2) -o $(TARGET2)
/third_party/unity/examples/example_2/
Dmakefile23 C_COMPILER=gcc macro
25 C_COMPILER=clang macro
64 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
/third_party/cJSON/tests/unity/examples/example_2/
Dmakefile23 C_COMPILER=gcc macro
25 C_COMPILER=clang macro
63 $(C_COMPILER) $(CFLAGS) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
/third_party/benchmark/.github/
D.libcxx-setup.sh13 cmake -DCMAKE_C_COMPILER=${C_COMPILER} \
/third_party/benchmark/
D.travis-libcxx-setup.sh20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \