Searched full:cc (Results 1 – 5 of 5) sorted by relevance
| /liblc3-latest/ |
| D | Makefile | 27 CC := $(if $(CC)=cc,gcc,$(CC)) macro 28 AS := $(if $(AS)=as,$(CC),$(AS)) 29 LD := $(if $(LD)=ld,$(CC),$(LD)) 36 TARGET = $(lastword $(shell $(CC) -v 2>&1 | grep "Target: ")) 87 $(patsubst %.cc,%.o,$(filter %.cc,$($(1)_src)))) 133 @echo " CC $(notdir $<)" 135 $(V)$(CC) $< -c $(CFLAGS) \ 146 $(BUILD_DIR)/%.o: %.cc $(MAKEFILE_DEPS)
|
| D | README.md | 48 The cc, as, ld and ar can be selected with respective Makefile variables `CC`, 50 to `CC` selection when not defined. 59 $ make -j CC=path_to_android_ndk_prebuilt/toolchain-prefix-clang LIBC=bionic 75 $ make CC="clang --target=wasm32"
|
| D | meson.build | 21 cc = meson.get_compiler('c') variable 23 if cc.get_id() == 'msvc' 30 m_dep = cc.find_library('m', required: false)
|
| /liblc3-latest/fuzz/ |
| D | makefile.mk | 18 $(FUZZ_DIR)/efuzz.cc 27 $(FUZZ_DIR)/dfuzz.cc 37 efuzz dfuzz: CC = clang
|
| /liblc3-latest/.github/workflows/ |
| D | ci.yaml | 29 CC: gcc 44 CC: clang 67 - run: make CC="clang --target=wasm32"
|