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:ARCH_CFLAGS
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
H
A
D
Makefile
14
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
17
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
19
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
H
A
D
Makefile
14
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
17
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
19
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
Makefile
71
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
73
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
74
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
Makefile
66
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
68
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
69
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
Makefile
62
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
64
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
65
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
Makefile
69
ARCH_CFLAGS
?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
macro
71
CFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
72
LDFLAGS += --sysroot=$(SYSROOT_PATH) $(
ARCH_CFLAGS
)
/third_party/musl/scripts/build_lite/
H
A
D
Makefile
34
CC = $(GCC) $(
ARCH_CFLAGS
)
40
CC = $(CLANG) --target=$(TARGET) $(
ARCH_CFLAGS
)
41
MULTILIB = $(patsubst $(dir $(shell $(filter-out $(
ARCH_CFLAGS
),$(CC)) -print-libgcc-file-name))%,/%,$(dir $(shell $(CC) -print-libgcc-file-name)))
72
ARCH_CFLAGS
= -mfloat-abi=softfp -mcpu=cortex-a7 -mfpu=neon-vfpv4
macro
75
ARCH_CFLAGS
=
macro
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H
A
D
generate-makefiles.sh
122
CFLAGS+= --target=arm-liteos-ohos --sysroot=${SYSROOT_PATH} ${
ARCH_CFLAGS
}
323
ARCH_CFLAGS
=$4
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
H
A
D
build.sh
97
export
ARCH_CFLAGS
="$8"
/third_party/wpa_supplicant/wpa_supplicant-2.9/
H
A
D
build.sh
97
export
ARCH_CFLAGS
="$8"
Completed in 9 milliseconds