Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HOSTCC
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/include/mk/
H
A
D
rules.mk
35
$(
HOSTCC
) $(HOST_CFLAGS) $(HOST_LDFLAGS) $< $(HOST_LDLIBS) -o $@
37
@$(
HOSTCC
) $(HOST_CFLAGS) $(HOST_LDFLAGS) $< $(HOST_LDLIBS) -o $@
38
@echo
HOSTCC
$(target_rel_dir)$@
/third_party/toybox/
H
A
D
Makefile
8
HOSTCC
?=cc
macro
10
export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC
HOSTCC
V STRIP
/third_party/toybox/porting/liteos_a/
H
A
D
Makefile
8
HOSTCC
?=cc
macro
10
export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC
HOSTCC
V STRIP
/third_party/toybox/scripts/
H
A
D
make.sh
164
do_loudly $
HOSTCC
scripts/mkflags.c -o generated/mkflags || exit 1
248
do_loudly $
HOSTCC
scripts/mktags.c -o generated/mktags || exit 1
261
do_loudly $
HOSTCC
scripts/config2help.c -o generated/config2help || exit 1
/third_party/elfutils/tests/
H
A
D
run-native-test.sh
57
for cc in "$
HOSTCC
" "$HOST_CC" cc gcc "$CC"; do
/third_party/toybox/kconfig/
H
A
D
Makefile
68
$(
HOSTCC
) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
73
$(
HOSTCC
) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
/third_party/toybox/porting/liteos_a/kconfig/
H
A
D
Makefile
73
$(
HOSTCC
) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
78
$(
HOSTCC
) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
/third_party/ffmpeg/ffbuild/
H
A
D
common.mak
21
BRIEF = CC CXX OBJCC
HOSTCC
HOSTLD AS X86ASM AR LD STRIP CP WINDRES NVCC BIN2C
61
COMPILE_HOSTC = $(call COMPILE,
HOSTCC
)
/third_party/ffmpeg/
H
A
D
configure
394
--host-cc=
HOSTCC
use host C compiler
HOSTCC
4888
set_ccvars
HOSTCC
7733
HOSTCC
=$host_cc
Completed in 9 milliseconds