Searched refs:CC (Results 1 – 3 of 3) sorted by relevance
27 CC := $(if $(CC)=cc,gcc,$(CC)) macro28 AS := $(if $(AS)=as,$(CC),$(AS))29 LD := $(if $(LD)=ld,$(CC),$(LD))36 TARGET = $(lastword $(shell $(CC) -v 2>&1 | grep "Target: "))135 $(V)$(CC) $< -c $(CFLAGS) \
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=bionic75 $ make CC="clang --target=wasm32"
37 efuzz dfuzz: CC = clang