Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 2 of 2) sorted by relevance

/liblc3-3.5.0-3.4.0/
DMakefile27 CC := $(if $(CC)=cc,gcc,$(CC)) macro
28 AS := $(if $(AS)=as,$(CC),$(AS))
29 LD := $(if $(LD)=ld,$(CC),$(LD))
110 $(V)$(CC) $< -c $(CFLAGS) \
DREADME.md29 The cc, as, ld and ar can be selected with respective Makefile variables `CC`,
31 to `CC` selection when not defined.
40 $ make -j CC=path_to_android_ndk_prebuilt/toolchain-prefix-clang LIBC=bionic